Html Css Color HEX #0C7394 Cerulean

📋 copy color: '#0C7394'

red 12 ◦ green 115 ◦ blue 148

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

Shades of Cerulean #0C7394

Tints of Cerulean #0C7394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 4.36%
G = 41.82%
B = 53.82%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C7394 (or 0x0C7394) is known color: Cerulean. HEX triplet: 0C, 73 and 94. RGB value is (12,115,148). Sum of RGB (Red+Green+Blue) = 12+115+148=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C7394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7394 is #F38C6B. Grayscale: #575757. Windows color (decimal): -15961196 or 9728780. OLE color: 9728780.

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

Color convert

RGB 12 115 148 -
CMYK 0.92 0.22 0 0.42
HSL 194.56º 0.85% 0.31% -
HSV(B) 194.56º 0.92% 0.58% -
XYZ 11.63 14.48 30.2 -
YUV 87.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 12 115 148 0.92 0.22 0 0.42 194.56 0.85 0.31
Hex C 73 94 5C 16 0 2A C3 55 1F
Octal 14 163 224 134 26 0 52 303 125 37
Binary 1100 1110011 10010100 1011100 10110 0 101010 11000011 1010101 11111

Color Harmonies of #0C7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7394

Black with #0C7394

Text Example


Text Example

White with #0C7394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,148); }

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

background-color css

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

 a { background-color: rgb(12,115,148); }

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

border-color css

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

 span { border-color: rgb(12,115,148); }

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