Html Css Color HEX #0C7CBA Cerulean

📋 copy color: '#0C7CBA'

red 12 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #0C7CBA

Tints of Cerulean #0C7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.51%

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 3.73%
G = 38.51%
B = 57.76%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C7CBA (or 0x0C7CBA) is known color: Cerulean. HEX triplet: 0C, 7C and BA. RGB value is (12,124,186). Sum of RGB (Red+Green+Blue) = 12+124+186=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C7CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7CBA is #F38345. Grayscale: #616161. Windows color (decimal): -15958854 or 12221452. OLE color: 12221452.

HSL color Cylindrical-coordinate representation of color #0C7CBA: hue angle of 201.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7CBA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 124 186 -
CMYK 0.94 0.33 0 0.27
HSL 201.38º 0.88% 0.39% -
HSV(B) 201.38º 0.94% 0.73% -
XYZ 16.22 18.04 49.08 -
YUV 97.58 177.89 66.96 -
System Red Green Blue C M Y K H S L
Decimal 12 124 186 0.94 0.33 0 0.27 201.38 0.88 0.39
Hex C 7C BA 5E 21 0 1B C9 58 27
Octal 14 174 272 136 41 0 33 311 130 47
Binary 1100 1111100 10111010 1011110 100001 0 11011 11001001 1011000 100111

Color Harmonies of #0C7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7CBA

Black with #0C7CBA

Text Example


Text Example

White with #0C7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,124,186); }

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

background-color css

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

 a { background-color: rgb(12,124,186); }

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

border-color css

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

 span { border-color: rgb(12,124,186); }

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