Html Css Color HEX #0D78AB Cerulean

📋 copy color: '#0D78AB'

red 13 ◦ green 120 ◦ blue 171

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

Shades of Cerulean #0D78AB

Tints of Cerulean #0D78AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 4.28%
G = 39.47%
B = 56.25%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D78AB (or 0x0D78AB) is known color: Cerulean. HEX triplet: 0D, 78 and AB. RGB value is (13,120,171). Sum of RGB (Red+Green+Blue) = 13+120+171=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D78AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D78AB is #F28754. Grayscale: #5D5D5D. Windows color (decimal): -15894357 or 11237389. OLE color: 11237389.

HSL color Cylindrical-coordinate representation of color #0D78AB: hue angle of 199.37º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D78AB is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 120 171 -
CMYK 0.92 0.30 0 0.33
HSL 199.37º 0.86% 0.36% -
HSV(B) 199.37º 0.92% 0.67% -
XYZ 14.23 16.46 40.95 -
YUV 93.82 171.55 70.35 -
System Red Green Blue C M Y K H S L
Decimal 13 120 171 0.92 0.30 0 0.33 199.37 0.86 0.36
Hex D 78 AB 5C 1E 0 21 C7 56 24
Octal 15 170 253 134 36 0 41 307 126 44
Binary 1101 1111000 10101011 1011100 11110 0 100001 11000111 1010110 100100

Color Harmonies of #0D78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D78AB

Black with #0D78AB

Text Example


Text Example

White with #0D78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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