Html Css Color HEX #0C3489 Smalt

📋 copy color: '#0C3489'

red 12 ◦ green 52 ◦ blue 137

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

Shades of Smalt #0C3489

Tints of Smalt #0C3489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

 BLUE value IS 137 (53.91% from 255) = 68.16%

R = 5.97%
G = 25.87%
B = 68.16%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C3489 (or 0x0C3489) is known color: Smalt. HEX triplet: 0C, 34 and 89. RGB value is (12,52,137). Sum of RGB (Red+Green+Blue) = 12+52+137=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C3489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3489 is #F3CB76. Grayscale: #313131. Windows color (decimal): -15977335 or 8991756. OLE color: 8991756.

HSL color Cylindrical-coordinate representation of color #0C3489: hue angle of 220.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3489 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 52 137 -
CMYK 0.91 0.62 0 0.46
HSL 220.8º 0.84% 0.29% -
HSV(B) 220.8º 0.91% 0.54% -
XYZ 5.89 4.34 24.19 -
YUV 49.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 12 52 137 0.91 0.62 0 0.46 220.8 0.84 0.29
Hex C 34 89 5B 3E 0 2E DD 54 1D
Octal 14 64 211 133 76 0 56 335 124 35
Binary 1100 110100 10001001 1011011 111110 0 101110 11011101 1010100 11101

Color Harmonies of #0C3489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3489

Black with #0C3489

Text Example


Text Example

White with #0C3489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,52,137); }

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

background-color css

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

 a { background-color: rgb(12,52,137); }

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

border-color css

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

 span { border-color: rgb(12,52,137); }

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