Html Css Color HEX #027ACD Navy Blue

📋 copy color: '#027ACD'

red 2 ◦ green 122 ◦ blue 205

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

Shades of Navy Blue #027ACD

Tints of Navy Blue #027ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 0.61%
G = 37.08%
B = 62.31%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#027ACD (or 0x027ACD) is known color: Navy Blue. HEX triplet: 02, 7A and CD. RGB value is (2,122,205). Sum of RGB (Red+Green+Blue) = 2+122+205=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #027ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ACD is #FD8532. Grayscale: #5F5F5F. Windows color (decimal): -16614707 or 13466114. OLE color: 13466114.

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

Color convert

RGB 2 122 205 -
CMYK 0.99 0.40 0 0.20
HSL 204.53º 0.98% 0.41% -
HSV(B) 204.53º 0.99% 0.8% -
XYZ 18 18.34 60.35 -
YUV 95.58 189.74 61.25 -
System Red Green Blue C M Y K H S L
Decimal 2 122 205 0.99 0.40 0 0.20 204.53 0.98 0.41
Hex 2 7A CD 63 28 0 14 CD 62 29
Octal 2 172 315 143 50 0 24 315 142 51
Binary 10 1111010 11001101 1100011 101000 0 10100 11001101 1100010 101001

Color Harmonies of #027ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027ACD

Black with #027ACD

Text Example


Text Example

White with #027ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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