#0d7fb5

Color #0D7FB5 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0D7FB5

Tints of Cerulean #0D7FB5

Color information

#0D7FB5 (or 0x0D7FB5) is unknown color: approx Cerulean. HEX triplet: 0D, 7F and B5. RGB value is (13,127,181). Sum of RGB (Red+Green+Blue) = 13+127+181=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #0D7FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FB5 is #F2804A. Grayscale: #626262. Windows color (decimal): -15892555 or 11894541. OLE color: 11894541.

HSL color Cylindrical-coordinate representation of color #0D7FB5: hue angle of 199.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7FB5 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13127181-
CMYK0.930.3000.29
HSL199.29º86.6%38.04%-
HSV(B)199.29º92.82%70.98%-
XYZ16.118.646.46-
YUV99.07174.2366.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 4.05%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 181 (71.09% from 255) = 56.39%
R=4.05%
G=39.56%
B=56.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131271810.930.3000.29199.2986.638.04
HexD7FB55D1E01Dc75726
Octal151772651353603530712746
Binary1101111111110110101101110111110011101110001111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d7fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0d7fb5; }

 p { color: rgb(13,127,181); }

 H1.HeaderClassName
 {
   color: #0d7fb5;
 }
 .AnyTagClassName
 {
   color: #0d7fb5;
 }
</style>
background-color css

<style>
 a { background-color: #0d7fb5; }

 a { background-color: rgb(13,127,181); }

 div.DivClassName
 {
   background-color: #0d7fb5;
 }
 .BgClassName
 {
   background-color: #0d7fb5;
 }
</style>
border-color css

<style>
 span { border-color: #0d7fb5; }

 span { border-color: rgb(13,127,181); }

 td.TdClassName
 {
   border-color: #0d7fb5;
 }
 .TagClassName
 {
   border-color: #0d7fb5;
 }
</style>