Html Css Color HEX #0C7195 Cerulean

📋 copy color: '#0C7195'

red 12 ◦ green 113 ◦ blue 149

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

Shades of Cerulean #0C7195

Tints of Cerulean #0C7195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 4.38%
G = 41.24%
B = 54.38%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C7195 (or 0x0C7195) is known color: Cerulean. HEX triplet: 0C, 71 and 95. RGB value is (12,113,149). Sum of RGB (Red+Green+Blue) = 12+113+149=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C7195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7195 is #F38E6A. Grayscale: #565656. Windows color (decimal): -15961707 or 9793804. OLE color: 9793804.

HSL color Cylindrical-coordinate representation of color #0C7195: hue angle of 195.77º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7195 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 113 149 -
CMYK 0.92 0.24 0 0.42
HSL 195.77º 0.85% 0.32% -
HSV(B) 195.77º 0.92% 0.58% -
XYZ 11.48 14.06 30.54 -
YUV 86.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 12 113 149 0.92 0.24 0 0.42 195.77 0.85 0.32
Hex C 71 95 5C 18 0 2A C4 55 20
Octal 14 161 225 134 30 0 52 304 125 40
Binary 1100 1110001 10010101 1011100 11000 0 101010 11000100 1010101 100000

Color Harmonies of #0C7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7195

Black with #0C7195

Text Example


Text Example

White with #0C7195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,149); }

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

background-color css

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

 a { background-color: rgb(12,113,149); }

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

border-color css

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

 span { border-color: rgb(12,113,149); }

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