Html Css Color HEX #027ADE Navy Blue

📋 copy color: '#027ADE'

red 2 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #027ADE

Tints of Navy Blue #027ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 0.58%
G = 35.26%
B = 64.16%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#027ADE (or 0x027ADE) is known color: Navy Blue. HEX triplet: 02, 7A and DE. RGB value is (2,122,222). Sum of RGB (Red+Green+Blue) = 2+122+222=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #027ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ADE is #FD8521. Grayscale: #606060. Windows color (decimal): -16614690 or 14580226. OLE color: 14580226.

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

Color convert

RGB 2 122 222 -
CMYK 0.99 0.45 0 0.13
HSL 207.27º 0.98% 0.44% -
HSV(B) 207.27º 0.99% 0.87% -
XYZ 20.17 19.21 71.75 -
YUV 97.52 198.24 59.87 -
System Red Green Blue C M Y K H S L
Decimal 2 122 222 0.99 0.45 0 0.13 207.27 0.98 0.44
Hex 2 7A DE 63 2D 0 D CF 62 2C
Octal 2 172 336 143 55 0 15 317 142 54
Binary 10 1111010 11011110 1100011 101101 0 1101 11001111 1100010 101100

Color Harmonies of #027ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027ADE

Black with #027ADE

Text Example


Text Example

White with #027ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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