Html Css Color HEX #026FDD Navy Blue

📋 copy color: '#026FDD'

red 2 ◦ green 111 ◦ blue 221

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

Shades of Navy Blue #026FDD

Tints of Navy Blue #026FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 0.6%
G = 33.23%
B = 66.17%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#026FDD (or 0x026FDD) is known color: Navy Blue. HEX triplet: 02, 6F and DD. RGB value is (2,111,221). Sum of RGB (Red+Green+Blue) = 2+111+221=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #026FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FDD is #FD9022. Grayscale: #5A5A5A. Windows color (decimal): -16617507 or 14511874. OLE color: 14511874.

HSL color Cylindrical-coordinate representation of color #026FDD: hue angle of 210.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FDD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 111 221 -
CMYK 0.99 0.50 0 0.13
HSL 210.14º 0.98% 0.44% -
HSV(B) 210.14º 0.99% 0.87% -
XYZ 18.76 16.6 70.62 -
YUV 90.95 201.39 64.56 -
System Red Green Blue C M Y K H S L
Decimal 2 111 221 0.99 0.50 0 0.13 210.14 0.98 0.44
Hex 2 6F DD 63 32 0 D D2 62 2C
Octal 2 157 335 143 62 0 15 322 142 54
Binary 10 1101111 11011101 1100011 110010 0 1101 11010010 1100010 101100

Color Harmonies of #026FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FDD

Black with #026FDD

Text Example


Text Example

White with #026FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,111,221); }

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

background-color css

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

 a { background-color: rgb(2,111,221); }

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

border-color css

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

 span { border-color: rgb(2,111,221); }

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