Html Css Color HEX #000469 Navy

📋 copy color: '#000469'

red 0 ◦ green 4 ◦ blue 105

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

Shades of Navy #000469

Tints of Navy #000469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

 BLUE value IS 105 (41.41% from 255) = 96.33%

R = 0%
G = 3.67%
B = 96.33%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#000469 (or 0x000469) is known color: Navy. HEX triplet: 00, 04 and 69. RGB value is (0,4,105). Sum of RGB (Red+Green+Blue) = 0+4+105=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 105 (41.41% from 255 or 96.33% from 109); Max value from RGB is 105 - color contains mainly: blue. Hex color #000469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000469 is #FFFB96. Grayscale: #0D0D0D. Windows color (decimal): -16776087 or 6882304. OLE color: 6882304.

HSL color Cylindrical-coordinate representation of color #000469: hue angle of 237.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000469 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 4 105 -
CMYK 1 0.96 0 0.59
HSL 237.71º 1% 0.21% -
HSV(B) 237.71º 1% 0.41% -
XYZ 2.59 1.11 13.44 -
YUV 14.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 0 4 105 1 0.96 0 0.59 237.71 1 0.21
Hex 0 4 69 64 60 0 3B EE 64 15
Octal 0 4 151 144 140 0 73 356 144 25
Binary 0 100 1101001 1100100 1100000 0 111011 11101110 1100100 10101

Color Harmonies of #000469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000469

Black with #000469

Text Example


Text Example

White with #000469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000469; }

 p { color: rgb(0,4,105); }

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

background-color css

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

 a { background-color: rgb(0,4,105); }

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

border-color css

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

 span { border-color: rgb(0,4,105); }

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