Html Css Color HEX #027FCE Navy Blue

📋 copy color: '#027FCE'

red 2 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #027FCE

Tints of Navy Blue #027FCE

RGB

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

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

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

R = 0.6%
G = 37.91%
B = 61.49%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#027FCE (or 0x027FCE) is known color: Navy Blue. HEX triplet: 02, 7F and CE. RGB value is (2,127,206). Sum of RGB (Red+Green+Blue) = 2+127+206=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #027FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FCE is #FD8031. Grayscale: #626262. Windows color (decimal): -16613426 or 13532930. OLE color: 13532930.

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

Color convert

RGB 2 127 206 -
CMYK 0.99 0.38 0 0.19
HSL 203.24º 0.98% 0.41% -
HSV(B) 203.24º 0.99% 0.81% -
XYZ 18.75 19.65 61.2 -
YUV 98.63 188.59 59.08 -
System Red Green Blue C M Y K H S L
Decimal 2 127 206 0.99 0.38 0 0.19 203.24 0.98 0.41
Hex 2 7F CE 63 26 0 13 CB 62 29
Octal 2 177 316 143 46 0 23 313 142 51
Binary 10 1111111 11001110 1100011 100110 0 10011 11001011 1100010 101001

Color Harmonies of #027FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FCE

Black with #027FCE

Text Example


Text Example

White with #027FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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