Html Css Color HEX #0C7AB1 Cerulean

📋 copy color: '#0C7AB1'

red 12 ◦ green 122 ◦ blue 177

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

Shades of Cerulean #0C7AB1

Tints of Cerulean #0C7AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 56.91%

R = 3.86%
G = 39.23%
B = 56.91%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0C7AB1 (or 0x0C7AB1) is known color: Cerulean. HEX triplet: 0C, 7A and B1. RGB value is (12,122,177). Sum of RGB (Red+Green+Blue) = 12+122+177=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C7AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7AB1 is #F3854E. Grayscale: #5F5F5F. Windows color (decimal): -15959375 or 11631116. OLE color: 11631116.

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

Color convert

RGB 12 122 177 -
CMYK 0.93 0.31 0 0.31
HSL 200º 0.87% 0.37% -
HSV(B) 200º 0.93% 0.69% -
XYZ 15.05 17.17 44.12 -
YUV 95.38 174.06 68.53 -
System Red Green Blue C M Y K H S L
Decimal 12 122 177 0.93 0.31 0 0.31 200 0.87 0.37
Hex C 7A B1 5D 1F 0 1F C8 57 25
Octal 14 172 261 135 37 0 37 310 127 45
Binary 1100 1111010 10110001 1011101 11111 0 11111 11001000 1010111 100101

Color Harmonies of #0C7AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7AB1

Black with #0C7AB1

Text Example


Text Example

White with #0C7AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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