Html Css Color HEX #0C3998 Smalt

📋 copy color: '#0C3998'

red 12 ◦ green 57 ◦ blue 152

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

Shades of Smalt #0C3998

Tints of Smalt #0C3998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 152 (59.77% from 255) = 68.78%

R = 5.43%
G = 25.79%
B = 68.78%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C3998 (or 0x0C3998) is known color: Smalt. HEX triplet: 0C, 39 and 98. RGB value is (12,57,152). Sum of RGB (Red+Green+Blue) = 12+57+152=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C3998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3998 is #F3C667. Grayscale: #353535. Windows color (decimal): -15976040 or 9976076. OLE color: 9976076.

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

Color convert

RGB 12 57 152 -
CMYK 0.92 0.62 0 0.40
HSL 220.71º 0.85% 0.32% -
HSV(B) 220.71º 0.92% 0.6% -
XYZ 7.28 5.27 30.34 -
YUV 54.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 12 57 152 0.92 0.62 0 0.40 220.71 0.85 0.32
Hex C 39 98 5C 3E 0 28 DD 55 20
Octal 14 71 230 134 76 0 50 335 125 40
Binary 1100 111001 10011000 1011100 111110 0 101000 11011101 1010101 100000

Color Harmonies of #0C3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3998

Black with #0C3998

Text Example


Text Example

White with #0C3998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,57,152); }

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

background-color css

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

 a { background-color: rgb(12,57,152); }

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

border-color css

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

 span { border-color: rgb(12,57,152); }

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