Html Css Color HEX #0C7FBE Cerulean

📋 copy color: '#0C7FBE'

red 12 ◦ green 127 ◦ blue 190

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

Shades of Cerulean #0C7FBE

Tints of Cerulean #0C7FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 3.65%
G = 38.6%
B = 57.75%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C7FBE (or 0x0C7FBE) is known color: Cerulean. HEX triplet: 0C, 7F and BE. RGB value is (12,127,190). Sum of RGB (Red+Green+Blue) = 12+127+190=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C7FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7FBE is #F38041. Grayscale: #636363. Windows color (decimal): -15958082 or 12484364. OLE color: 12484364.

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

Color convert

RGB 12 127 190 -
CMYK 0.94 0.33 0 0.25
HSL 201.24º 0.88% 0.4% -
HSV(B) 201.24º 0.94% 0.75% -
XYZ 17.04 18.97 51.48 -
YUV 99.8 178.9 65.38 -
System Red Green Blue C M Y K H S L
Decimal 12 127 190 0.94 0.33 0 0.25 201.24 0.88 0.4
Hex C 7F BE 5E 21 0 19 C9 58 28
Octal 14 177 276 136 41 0 31 311 130 50
Binary 1100 1111111 10111110 1011110 100001 0 11001 11001001 1011000 101000

Color Harmonies of #0C7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7FBE

Black with #0C7FBE

Text Example


Text Example

White with #0C7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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