Html Css Color HEX #0C3589 Smalt

📋 copy color: '#0C3589'

red 12 ◦ green 53 ◦ blue 137

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

Shades of Smalt #0C3589

Tints of Smalt #0C3589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 5.94%
G = 26.24%
B = 67.82%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C3589 (or 0x0C3589) is known color: Smalt. HEX triplet: 0C, 35 and 89. RGB value is (12,53,137). Sum of RGB (Red+Green+Blue) = 12+53+137=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C3589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3589 is #F3CA76. Grayscale: #313131. Windows color (decimal): -15977079 or 8992012. OLE color: 8992012.

HSL color Cylindrical-coordinate representation of color #0C3589: hue angle of 220.32º 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 #0C3589 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 53 137 -
CMYK 0.91 0.61 0 0.46
HSL 220.32º 0.84% 0.29% -
HSV(B) 220.32º 0.91% 0.54% -
XYZ 5.94 4.43 24.21 -
YUV 50.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 12 53 137 0.91 0.61 0 0.46 220.32 0.84 0.29
Hex C 35 89 5B 3D 0 2E DC 54 1D
Octal 14 65 211 133 75 0 56 334 124 35
Binary 1100 110101 10001001 1011011 111101 0 101110 11011100 1010100 11101

Color Harmonies of #0C3589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3589

Black with #0C3589

Text Example


Text Example

White with #0C3589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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