Html Css Color HEX #027AD9 Navy Blue

📋 copy color: '#027AD9'

red 2 ◦ green 122 ◦ blue 217

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

Shades of Navy Blue #027AD9

Tints of Navy Blue #027AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

 BLUE value IS 217 (85.16% from 255) = 63.64%

R = 0.59%
G = 35.78%
B = 63.64%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#027AD9 (or 0x027AD9) is known color: Navy Blue. HEX triplet: 02, 7A and D9. RGB value is (2,122,217). Sum of RGB (Red+Green+Blue) = 2+122+217=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #027AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AD9 is #FD8526. Grayscale: #606060. Windows color (decimal): -16614695 or 14252546. OLE color: 14252546.

HSL color Cylindrical-coordinate representation of color #027AD9: hue angle of 206.51º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AD9 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 122 217 -
CMYK 0.99 0.44 0 0.15
HSL 206.51º 0.98% 0.43% -
HSV(B) 206.51º 0.99% 0.85% -
XYZ 19.51 18.94 68.27 -
YUV 96.95 195.74 60.28 -
System Red Green Blue C M Y K H S L
Decimal 2 122 217 0.99 0.44 0 0.15 206.51 0.98 0.43
Hex 2 7A D9 63 2C 0 F CF 62 2B
Octal 2 172 331 143 54 0 17 317 142 53
Binary 10 1111010 11011001 1100011 101100 0 1111 11001111 1100010 101011

Color Harmonies of #027AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AD9

Black with #027AD9

Text Example


Text Example

White with #027AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027AD9; }

 p { color: rgb(2,122,217); }

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

background-color css

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

 a { background-color: rgb(2,122,217); }

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

border-color css

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

 span { border-color: rgb(2,122,217); }

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