Html Css Color HEX #027ACE Navy Blue

📋 copy color: '#027ACE'

red 2 ◦ green 122 ◦ blue 206

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

Shades of Navy Blue #027ACE

Tints of Navy Blue #027ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 0.61%
G = 36.97%
B = 62.42%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#027ACE (or 0x027ACE) is known color: Navy Blue. HEX triplet: 02, 7A and CE. RGB value is (2,122,206). Sum of RGB (Red+Green+Blue) = 2+122+206=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #027ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ACE is #FD8531. Grayscale: #5F5F5F. Windows color (decimal): -16614706 or 13531650. OLE color: 13531650.

HSL color Cylindrical-coordinate representation of color #027ACE: hue angle of 204.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ACE is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 122 206 -
CMYK 0.99 0.41 0 0.19
HSL 204.71º 0.98% 0.41% -
HSV(B) 204.71º 0.99% 0.81% -
XYZ 18.13 18.39 60.99 -
YUV 95.7 190.24 61.17 -
System Red Green Blue C M Y K H S L
Decimal 2 122 206 0.99 0.41 0 0.19 204.71 0.98 0.41
Hex 2 7A CE 63 29 0 13 CD 62 29
Octal 2 172 316 143 51 0 23 315 142 51
Binary 10 1111010 11001110 1100011 101001 0 10011 11001101 1100010 101001

Color Harmonies of #027ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027ACE

Black with #027ACE

Text Example


Text Example

White with #027ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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