Html Css Color HEX #0C78AD Cerulean

📋 copy color: '#0C78AD'

red 12 ◦ green 120 ◦ blue 173

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

Shades of Cerulean #0C78AD

Tints of Cerulean #0C78AD

RGB

 RED value IS 12 (5.08% from 255) = 3.93%

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 3.93%
G = 39.34%
B = 56.72%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C78AD (or 0x0C78AD) is known color: Cerulean. HEX triplet: 0C, 78 and AD. RGB value is (12,120,173). Sum of RGB (Red+Green+Blue) = 12+120+173=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C78AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C78AD is #F38752. Grayscale: #5D5D5D. Windows color (decimal): -15959891 or 11368460. OLE color: 11368460.

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

Color convert

RGB 12 120 173 -
CMYK 0.93 0.31 0 0.32
HSL 199.75º 0.87% 0.36% -
HSV(B) 199.75º 0.93% 0.68% -
XYZ 14.41 16.53 41.97 -
YUV 93.75 172.72 69.69 -
System Red Green Blue C M Y K H S L
Decimal 12 120 173 0.93 0.31 0 0.32 199.75 0.87 0.36
Hex C 78 AD 5D 1F 0 20 C8 57 24
Octal 14 170 255 135 37 0 40 310 127 44
Binary 1100 1111000 10101101 1011101 11111 0 100000 11001000 1010111 100100

Color Harmonies of #0C78AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C78AD

Black with #0C78AD

Text Example


Text Example

White with #0C78AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,120,173); }

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

background-color css

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

 a { background-color: rgb(12,120,173); }

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

border-color css

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

 span { border-color: rgb(12,120,173); }

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