Html Css Color HEX #027ADA Navy Blue

📋 copy color: '#027ADA'

red 2 ◦ green 122 ◦ blue 218

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

Shades of Navy Blue #027ADA

Tints of Navy Blue #027ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 0.58%
G = 35.67%
B = 63.74%

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

#027ADA (or 0x027ADA) is known color: Navy Blue. HEX triplet: 02, 7A and DA. RGB value is (2,122,218). Sum of RGB (Red+Green+Blue) = 2+122+218=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #027ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ADA is #FD8525. Grayscale: #606060. Windows color (decimal): -16614694 or 14318082. OLE color: 14318082.

HSL color Cylindrical-coordinate representation of color #027ADA: hue angle of 206.67º 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 #027ADA is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 122 218 -
CMYK 0.99 0.44 0 0.15
HSL 206.67º 0.98% 0.43% -
HSV(B) 206.67º 0.99% 0.85% -
XYZ 19.64 18.99 68.96 -
YUV 97.06 196.24 60.19 -
System Red Green Blue C M Y K H S L
Decimal 2 122 218 0.99 0.44 0 0.15 206.67 0.98 0.43
Hex 2 7A DA 63 2C 0 F CF 62 2B
Octal 2 172 332 143 54 0 17 317 142 53
Binary 10 1111010 11011010 1100011 101100 0 1111 11001111 1100010 101011

Color Harmonies of #027ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027ADA

Black with #027ADA

Text Example


Text Example

White with #027ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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