Html Css Color HEX #0C7FB5 Cerulean

📋 copy color: '#0C7FB5'

red 12 ◦ green 127 ◦ blue 181

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

Shades of Cerulean #0C7FB5

Tints of Cerulean #0C7FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

 BLUE value IS 181 (71.09% from 255) = 56.56%

R = 3.75%
G = 39.69%
B = 56.56%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0C7FB5 (or 0x0C7FB5) is known color: Cerulean. HEX triplet: 0C, 7F and B5. RGB value is (12,127,181). Sum of RGB (Red+Green+Blue) = 12+127+181=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #0C7FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7FB5 is #F3804A. Grayscale: #626262. Windows color (decimal): -15958091 or 11894540. OLE color: 11894540.

HSL color Cylindrical-coordinate representation of color #0C7FB5: hue angle of 199.17º degrees, saturation: 0.88, 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 #0C7FB5 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 127 181 -
CMYK 0.93 0.30 0 0.29
HSL 199.17º 0.88% 0.38% -
HSV(B) 199.17º 0.93% 0.71% -
XYZ 16.08 18.59 46.46 -
YUV 98.77 174.4 66.11 -
System Red Green Blue C M Y K H S L
Decimal 12 127 181 0.93 0.30 0 0.29 199.17 0.88 0.38
Hex C 7F B5 5D 1E 0 1D C7 58 26
Octal 14 177 265 135 36 0 35 307 130 46
Binary 1100 1111111 10110101 1011101 11110 0 11101 11000111 1011000 100110

Color Harmonies of #0C7FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7FB5

Black with #0C7FB5

Text Example


Text Example

White with #0C7FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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