Html Css Color HEX #0C419C Smalt

📋 copy color: '#0C419C'

red 12 ◦ green 65 ◦ blue 156

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

Shades of Smalt #0C419C

Tints of Smalt #0C419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 156 (61.33% from 255) = 66.95%

R = 5.15%
G = 27.9%
B = 66.95%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C419C (or 0x0C419C) is known color: Smalt. HEX triplet: 0C, 41 and 9C. RGB value is (12,65,156). Sum of RGB (Red+Green+Blue) = 12+65+156=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C419C is #F3BE63. Grayscale: #3B3B3B. Windows color (decimal): -15973988 or 10240268. OLE color: 10240268.

HSL color Cylindrical-coordinate representation of color #0C419C: hue angle of 217.92º 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 #0C419C is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 65 156 -
CMYK 0.92 0.58 0 0.39
HSL 217.92º 0.86% 0.33% -
HSV(B) 217.92º 0.92% 0.61% -
XYZ 8.04 6.26 32.24 -
YUV 59.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 12 65 156 0.92 0.58 0 0.39 217.92 0.86 0.33
Hex C 41 9C 5C 3A 0 27 DA 56 21
Octal 14 101 234 134 72 0 47 332 126 41
Binary 1100 1000001 10011100 1011100 111010 0 100111 11011010 1010110 100001

Color Harmonies of #0C419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C419C

Black with #0C419C

Text Example


Text Example

White with #0C419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,156); }

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

background-color css

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

 a { background-color: rgb(12,65,156); }

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

border-color css

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

 span { border-color: rgb(12,65,156); }

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