Html Css Color HEX #0C7FBA Cerulean

📋 copy color: '#0C7FBA'

red 12 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #0C7FBA

Tints of Cerulean #0C7FBA

RGB

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

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

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

R = 3.69%
G = 39.08%
B = 57.23%

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

#0C7FBA (or 0x0C7FBA) is known color: Cerulean. HEX triplet: 0C, 7F and BA. RGB value is (12,127,186). Sum of RGB (Red+Green+Blue) = 12+127+186=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C7FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7FBA is #F38045. Grayscale: #626262. Windows color (decimal): -15958086 or 12222220. OLE color: 12222220.

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

Color convert

RGB 12 127 186 -
CMYK 0.94 0.32 0 0.27
HSL 200.34º 0.88% 0.39% -
HSV(B) 200.34º 0.94% 0.73% -
XYZ 16.6 18.8 49.21 -
YUV 99.34 176.9 65.7 -
System Red Green Blue C M Y K H S L
Decimal 12 127 186 0.94 0.32 0 0.27 200.34 0.88 0.39
Hex C 7F BA 5E 20 0 1B C8 58 27
Octal 14 177 272 136 40 0 33 310 130 47
Binary 1100 1111111 10111010 1011110 100000 0 11011 11001000 1011000 100111

Color Harmonies of #0C7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7FBA

Black with #0C7FBA

Text Example


Text Example

White with #0C7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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