Html Css Color HEX #0D78BC Cerulean

📋 copy color: '#0D78BC'

red 13 ◦ green 120 ◦ blue 188

#0D78BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0D78BC

Tints of Cerulean #0D78BC

RGB

 RED value IS 13 (5.47% from 255) = 4.05%

 GREEN value IS 120 (47.27% from 255) = 37.38%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 4.05%
G = 37.38%
B = 58.57%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D78BC (or 0x0D78BC) is known color: Cerulean. HEX triplet: 0D, 78 and BC. RGB value is (13,120,188). Sum of RGB (Red+Green+Blue) = 13+120+188=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D78BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D78BC is #F28743. Grayscale: #5F5F5F. Windows color (decimal): -15894340 or 12351501. OLE color: 12351501.

HSL color Cylindrical-coordinate representation of color #0D78BC: hue angle of 203.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D78BC is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 120 188 -
CMYK 0.93 0.36 0 0.26
HSL 203.31º 0.87% 0.39% -
HSV(B) 203.31º 0.93% 0.74% -
XYZ 15.96 17.15 50.05 -
YUV 95.76 180.05 68.97 -
System Red Green Blue C M Y K H S L
Decimal 13 120 188 0.93 0.36 0 0.26 203.31 0.87 0.39
Hex D 78 BC 5D 24 0 1A CB 57 27
Octal 15 170 274 135 44 0 32 313 127 47
Binary 1101 1111000 10111100 1011101 100100 0 11010 11001011 1010111 100111

Color Harmonies of #0D78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D78BC

Black with #0D78BC

Text Example


Text Example

White with #0D78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,120,188); }

 H1.HeaderClassName
 {
   color: #0D78BC;
 }
 .AnyTagClassName
 {
   color: #0D78BC;
 }
</style>

background-color css

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

 a { background-color: rgb(13,120,188); }

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

border-color css

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

 span { border-color: rgb(13,120,188); }

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