Html Css Color HEX #0C7AB7 Cerulean

📋 copy color: '#0C7AB7'

red 12 ◦ green 122 ◦ blue 183

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

Shades of Cerulean #0C7AB7

Tints of Cerulean #0C7AB7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.49%

 BLUE value IS 183 (71.88% from 255) = 57.73%

R = 3.79%
G = 38.49%
B = 57.73%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0C7AB7 (or 0x0C7AB7) is known color: Cerulean. HEX triplet: 0C, 7A and B7. RGB value is (12,122,183). Sum of RGB (Red+Green+Blue) = 12+122+183=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #0C7AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7AB7 is #F38548. Grayscale: #5F5F5F. Windows color (decimal): -15959369 or 12024332. OLE color: 12024332.

HSL color Cylindrical-coordinate representation of color #0C7AB7: hue angle of 201.4º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7AB7 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 122 183 -
CMYK 0.93 0.33 0 0.28
HSL 201.4º 0.88% 0.38% -
HSV(B) 201.4º 0.93% 0.72% -
XYZ 15.66 17.42 47.34 -
YUV 96.06 177.06 68.04 -
System Red Green Blue C M Y K H S L
Decimal 12 122 183 0.93 0.33 0 0.28 201.4 0.88 0.38
Hex C 7A B7 5D 21 0 1C C9 58 26
Octal 14 172 267 135 41 0 34 311 130 46
Binary 1100 1111010 10110111 1011101 100001 0 11100 11001001 1011000 100110

Color Harmonies of #0C7AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7AB7

Black with #0C7AB7

Text Example


Text Example

White with #0C7AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,122,183); }

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

background-color css

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

 a { background-color: rgb(12,122,183); }

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

border-color css

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

 span { border-color: rgb(12,122,183); }

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