Html Css Color HEX #0C399B Smalt

📋 copy color: '#0C399B'

red 12 ◦ green 57 ◦ blue 155

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

Shades of Smalt #0C399B

Tints of Smalt #0C399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.2%

R = 5.36%
G = 25.45%
B = 69.2%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C399B (or 0x0C399B) is known color: Smalt. HEX triplet: 0C, 39 and 9B. RGB value is (12,57,155). Sum of RGB (Red+Green+Blue) = 12+57+155=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C399B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C399B is #F3C664. Grayscale: #363636. Windows color (decimal): -15976037 or 10172684. OLE color: 10172684.

HSL color Cylindrical-coordinate representation of color #0C399B: hue angle of 221.12º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C399B is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 57 155 -
CMYK 0.92 0.63 0 0.39
HSL 221.12º 0.86% 0.33% -
HSV(B) 221.12º 0.92% 0.61% -
XYZ 7.53 5.37 31.65 -
YUV 54.72 184.59 97.53 -
System Red Green Blue C M Y K H S L
Decimal 12 57 155 0.92 0.63 0 0.39 221.12 0.86 0.33
Hex C 39 9B 5C 3F 0 27 DD 56 21
Octal 14 71 233 134 77 0 47 335 126 41
Binary 1100 111001 10011011 1011100 111111 0 100111 11011101 1010110 100001

Color Harmonies of #0C399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C399B

Black with #0C399B

Text Example


Text Example

White with #0C399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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