Html Css Color HEX #026DDD Navy Blue

📋 copy color: '#026DDD'

red 2 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #026DDD

Tints of Navy Blue #026DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 0.6%
G = 32.83%
B = 66.57%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#026DDD (or 0x026DDD) is known color: Navy Blue. HEX triplet: 02, 6D and DD. RGB value is (2,109,221). Sum of RGB (Red+Green+Blue) = 2+109+221=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #026DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DDD is #FD9222. Grayscale: #595959. Windows color (decimal): -16618019 or 14511362. OLE color: 14511362.

HSL color Cylindrical-coordinate representation of color #026DDD: hue angle of 210.68º 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 #026DDD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 109 221 -
CMYK 0.99 0.51 0 0.13
HSL 210.68º 0.98% 0.44% -
HSV(B) 210.68º 0.99% 0.87% -
XYZ 18.54 16.17 70.55 -
YUV 89.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 2 109 221 0.99 0.51 0 0.13 210.68 0.98 0.44
Hex 2 6D DD 63 33 0 D D3 62 2C
Octal 2 155 335 143 63 0 15 323 142 54
Binary 10 1101101 11011101 1100011 110011 0 1101 11010011 1100010 101100

Color Harmonies of #026DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DDD

Black with #026DDD

Text Example


Text Example

White with #026DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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