Html Css Color HEX #026AB8 Navy Blue

📋 copy color: '#026AB8'

red 2 ◦ green 106 ◦ blue 184

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

Shades of Navy Blue #026AB8

Tints of Navy Blue #026AB8

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 184 (72.27% from 255) = 63.01%

R = 0.68%
G = 36.3%
B = 63.01%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#026AB8 (or 0x026AB8) is known color: Navy Blue. HEX triplet: 02, 6A and B8. RGB value is (2,106,184). Sum of RGB (Red+Green+Blue) = 2+106+184=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #026AB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026AB8 is #FD9547. Grayscale: #535353. Windows color (decimal): -16618824 or 12085762. OLE color: 12085762.

HSL color Cylindrical-coordinate representation of color #026AB8: hue angle of 205.71º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AB8 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 106 184 -
CMYK 0.99 0.42 0 0.28
HSL 205.71º 0.98% 0.36% -
HSV(B) 205.71º 0.99% 0.72% -
XYZ 13.83 13.78 47.28 -
YUV 83.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 2 106 184 0.99 0.42 0 0.28 205.71 0.98 0.36
Hex 2 6A B8 63 2A 0 1C CE 62 24
Octal 2 152 270 143 52 0 34 316 142 44
Binary 10 1101010 10111000 1100011 101010 0 11100 11001110 1100010 100100

Color Harmonies of #026AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026AB8

Black with #026AB8

Text Example


Text Example

White with #026AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026AB8; }

 p { color: rgb(2,106,184); }

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

background-color css

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

 a { background-color: rgb(2,106,184); }

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

border-color css

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

 span { border-color: rgb(2,106,184); }

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