Html Css Color HEX #0C439A Smalt

📋 copy color: '#0C439A'

red 12 ◦ green 67 ◦ blue 154

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

Shades of Smalt #0C439A

Tints of Smalt #0C439A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 154 (60.55% from 255) = 66.09%

R = 5.15%
G = 28.76%
B = 66.09%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C439A (or 0x0C439A) is known color: Smalt. HEX triplet: 0C, 43 and 9A. RGB value is (12,67,154). Sum of RGB (Red+Green+Blue) = 12+67+154=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C439A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C439A is #F3BC65. Grayscale: #3C3C3C. Windows color (decimal): -15973478 or 10109708. OLE color: 10109708.

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

Color convert

RGB 12 67 154 -
CMYK 0.92 0.56 0 0.40
HSL 216.76º 0.86% 0.33% -
HSV(B) 216.76º 0.92% 0.6% -
XYZ 7.99 6.43 31.39 -
YUV 60.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 12 67 154 0.92 0.56 0 0.40 216.76 0.86 0.33
Hex C 43 9A 5C 38 0 28 D9 56 21
Octal 14 103 232 134 70 0 50 331 126 41
Binary 1100 1000011 10011010 1011100 111000 0 101000 11011001 1010110 100001

Color Harmonies of #0C439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C439A

Black with #0C439A

Text Example


Text Example

White with #0C439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,67,154); }

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

background-color css

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

 a { background-color: rgb(12,67,154); }

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

border-color css

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

 span { border-color: rgb(12,67,154); }

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