Html Css Color HEX #080268 Navy

📋 copy color: '#080268'

red 8 ◦ green 2 ◦ blue 104

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

Shades of Navy #080268

Tints of Navy #080268

RGB

 RED value IS 8 (3.52% from 255) = 7.02%

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

 BLUE value IS 104 (41.02% from 255) = 91.23%

R = 7.02%
G = 1.75%
B = 91.23%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#080268 (or 0x080268) is known color: Navy. HEX triplet: 08, 02 and 68. RGB value is (8,2,104). Sum of RGB (Red+Green+Blue) = 8+2+104=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #080268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080268 is #F7FD97. Grayscale: #0F0F0F. Windows color (decimal): -16252312 or 6816264. OLE color: 6816264.

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

Color convert

RGB 8 2 104 -
CMYK 0.92 0.98 0 0.59
HSL 243.53º 0.96% 0.21% -
HSV(B) 243.53º 0.98% 0.41% -
XYZ 2.62 1.09 13.17 -
YUV 15.42 177.99 122.71 -
System Red Green Blue C M Y K H S L
Decimal 8 2 104 0.92 0.98 0 0.59 243.53 0.96 0.21
Hex 8 2 68 5C 62 0 3B F4 60 15
Octal 10 2 150 134 142 0 73 364 140 25
Binary 1000 10 1101000 1011100 1100010 0 111011 11110100 1100000 10101

Color Harmonies of #080268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080268

Black with #080268

Text Example


Text Example

White with #080268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080268; }

 p { color: rgb(8,2,104); }

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

background-color css

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

 a { background-color: rgb(8,2,104); }

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

border-color css

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

 span { border-color: rgb(8,2,104); }

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