Html Css Color HEX #027FD5 Navy Blue

📋 copy color: '#027FD5'

red 2 ◦ green 127 ◦ blue 213

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

Shades of Navy Blue #027FD5

Tints of Navy Blue #027FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 213 (83.59% from 255) = 62.28%

R = 0.58%
G = 37.13%
B = 62.28%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#027FD5 (or 0x027FD5) is known color: Navy Blue. HEX triplet: 02, 7F and D5. RGB value is (2,127,213). Sum of RGB (Red+Green+Blue) = 2+127+213=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #027FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FD5 is #FD802A. Grayscale: #626262. Windows color (decimal): -16613419 or 13991682. OLE color: 13991682.

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

Color convert

RGB 2 127 213 -
CMYK 0.99 0.40 0 0.16
HSL 204.46º 0.98% 0.42% -
HSV(B) 204.46º 0.99% 0.84% -
XYZ 19.62 20 65.78 -
YUV 99.43 192.09 58.51 -
System Red Green Blue C M Y K H S L
Decimal 2 127 213 0.99 0.40 0 0.16 204.46 0.98 0.42
Hex 2 7F D5 63 28 0 10 CC 62 2A
Octal 2 177 325 143 50 0 20 314 142 52
Binary 10 1111111 11010101 1100011 101000 0 10000 11001100 1100010 101010

Color Harmonies of #027FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FD5

Black with #027FD5

Text Example


Text Example

White with #027FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,127,213); }

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

background-color css

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

 a { background-color: rgb(2,127,213); }

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

border-color css

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

 span { border-color: rgb(2,127,213); }

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