Html Css Color HEX #0C7EBA Cerulean

📋 copy color: '#0C7EBA'

red 12 ◦ green 126 ◦ blue 186

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

Shades of Cerulean #0C7EBA

Tints of Cerulean #0C7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 3.7%
G = 38.89%
B = 57.41%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C7EBA (or 0x0C7EBA) is known color: Cerulean. HEX triplet: 0C, 7E and BA. RGB value is (12,126,186). Sum of RGB (Red+Green+Blue) = 12+126+186=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C7EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7EBA is #F38145. Grayscale: #626262. Windows color (decimal): -15958342 or 12221964. OLE color: 12221964.

HSL color Cylindrical-coordinate representation of color #0C7EBA: hue angle of 200.69º 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 #0C7EBA is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 126 186 -
CMYK 0.94 0.32 0 0.27
HSL 200.69º 0.88% 0.39% -
HSV(B) 200.69º 0.94% 0.73% -
XYZ 16.48 18.55 49.17 -
YUV 98.75 177.23 66.12 -
System Red Green Blue C M Y K H S L
Decimal 12 126 186 0.94 0.32 0 0.27 200.69 0.88 0.39
Hex C 7E BA 5E 20 0 1B C9 58 27
Octal 14 176 272 136 40 0 33 311 130 47
Binary 1100 1111110 10111010 1011110 100000 0 11011 11001001 1011000 100111

Color Harmonies of #0C7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7EBA

Black with #0C7EBA

Text Example


Text Example

White with #0C7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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