Html Css Color HEX #06419D Smalt

📋 copy color: '#06419D'

red 6 ◦ green 65 ◦ blue 157

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

Shades of Smalt #06419D

Tints of Smalt #06419D

RGB

 RED value IS 6 (2.73% from 255) = 2.63%

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

 BLUE value IS 157 (61.72% from 255) = 68.86%

R = 2.63%
G = 28.51%
B = 68.86%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06419D (or 0x06419D) is known color: Smalt. HEX triplet: 06, 41 and 9D. RGB value is (6,65,157). Sum of RGB (Red+Green+Blue) = 6+65+157=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #06419D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06419D is #F9BE62. Grayscale: #393939. Windows color (decimal): -16367203 or 10305798. OLE color: 10305798.

HSL color Cylindrical-coordinate representation of color #06419D: hue angle of 216.56º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06419D is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 65 157 -
CMYK 0.96 0.59 0 0.38
HSL 216.56º 0.93% 0.32% -
HSV(B) 216.56º 0.96% 0.62% -
XYZ 8.05 6.25 32.68 -
YUV 57.85 183.95 91.02 -
System Red Green Blue C M Y K H S L
Decimal 6 65 157 0.96 0.59 0 0.38 216.56 0.93 0.32
Hex 6 41 9D 60 3B 0 26 D9 5D 20
Octal 6 101 235 140 73 0 46 331 135 40
Binary 110 1000001 10011101 1100000 111011 0 100110 11011001 1011101 100000

Color Harmonies of #06419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06419D

Black with #06419D

Text Example


Text Example

White with #06419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06419D; }

 p { color: rgb(6,65,157); }

 H1.HeaderClassName
 {
   color: #06419D;
 }
 .AnyTagClassName
 {
   color: #06419D;
 }
</style>

background-color css

<style>
 a { background-color: #06419D; }

 a { background-color: rgb(6,65,157); }

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

border-color css

<style>
 span { border-color: #06419D; }

 span { border-color: rgb(6,65,157); }

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