Html Css Color HEX #00419C Smalt

📋 copy color: '#00419C'

red 0 ◦ green 65 ◦ blue 156

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

Shades of Smalt #00419C

Tints of Smalt #00419C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 29.41%
B = 70.59%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00419C (or 0x00419C) is known color: Smalt. HEX triplet: 00, 41 and 9C. RGB value is (0,65,156). Sum of RGB (Red+Green+Blue) = 0+65+156=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #00419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00419C is #FFBE63. Grayscale: #373737. Windows color (decimal): -16760420 or 10240256. OLE color: 10240256.

HSL color Cylindrical-coordinate representation of color #00419C: hue angle of 215º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00419C is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 65 156 -
CMYK 1 0.58 0 0.39
HSL 215º 1% 0.31% -
HSV(B) 215º 1% 0.61% -
XYZ 7.89 6.18 32.23 -
YUV 55.94 184.47 88.1 -
System Red Green Blue C M Y K H S L
Decimal 0 65 156 1 0.58 0 0.39 215 1 0.31
Hex 0 41 9C 64 3A 0 27 D7 64 1F
Octal 0 101 234 144 72 0 47 327 144 37
Binary 0 1000001 10011100 1100100 111010 0 100111 11010111 1100100 11111

Color Harmonies of #00419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00419C

Black with #00419C

Text Example


Text Example

White with #00419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00419C; }

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

 H1.HeaderClassName
 {
   color: #00419C;
 }
 .AnyTagClassName
 {
   color: #00419C;
 }
</style>

background-color css

<style>
 a { background-color: #00419C; }

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

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

border-color css

<style>
 span { border-color: #00419C; }

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

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