Html Css Color HEX #000269 Navy

📋 copy color: '#000269'

red 0 ◦ green 2 ◦ blue 105

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

Shades of Navy #000269

Tints of Navy #000269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 0%
G = 1.87%
B = 98.13%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#000269 (or 0x000269) is known color: Navy. HEX triplet: 00, 02 and 69. RGB value is (0,2,105). Sum of RGB (Red+Green+Blue) = 0+2+105=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 105 (41.41% from 255 or 98.13% from 107); Max value from RGB is 105 - color contains mainly: blue. Hex color #000269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000269 is #FFFD96. Grayscale: #0C0C0C. Windows color (decimal): -16776599 or 6881792. OLE color: 6881792.

HSL color Cylindrical-coordinate representation of color #000269: hue angle of 238.86º 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 #000269 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 2 105 -
CMYK 1 0.98 0 0.59
HSL 238.86º 1% 0.21% -
HSV(B) 238.86º 1% 0.41% -
XYZ 2.57 1.06 13.43 -
YUV 13.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 0 2 105 1 0.98 0 0.59 238.86 1 0.21
Hex 0 2 69 64 62 0 3B EF 64 15
Octal 0 2 151 144 142 0 73 357 144 25
Binary 0 10 1101001 1100100 1100010 0 111011 11101111 1100100 10101

Color Harmonies of #000269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000269

Black with #000269

Text Example


Text Example

White with #000269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000269; }

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

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

background-color css

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

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

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

border-color css

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

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

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