Html Css Color HEX #0C7DBE Cerulean

📋 copy color: '#0C7DBE'

red 12 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #0C7DBE

Tints of Cerulean #0C7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

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

R = 3.67%
G = 38.23%
B = 58.1%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C7DBE (or 0x0C7DBE) is known color: Cerulean. HEX triplet: 0C, 7D and BE. RGB value is (12,125,190). Sum of RGB (Red+Green+Blue) = 12+125+190=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C7DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7DBE is #F38241. Grayscale: #626262. Windows color (decimal): -15958594 or 12483852. OLE color: 12483852.

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

Color convert

RGB 12 125 190 -
CMYK 0.94 0.34 0 0.25
HSL 201.91º 0.88% 0.4% -
HSV(B) 201.91º 0.94% 0.75% -
XYZ 16.78 18.46 51.39 -
YUV 98.62 179.56 66.21 -
System Red Green Blue C M Y K H S L
Decimal 12 125 190 0.94 0.34 0 0.25 201.91 0.88 0.4
Hex C 7D BE 5E 22 0 19 CA 58 28
Octal 14 175 276 136 42 0 31 312 130 50
Binary 1100 1111101 10111110 1011110 100010 0 11001 11001010 1011000 101000

Color Harmonies of #0C7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7DBE

Black with #0C7DBE

Text Example


Text Example

White with #0C7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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