Html Css Color HEX #027ECC Navy Blue

📋 copy color: '#027ECC'

red 2 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #027ECC

Tints of Navy Blue #027ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.95%

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 0.6%
G = 37.95%
B = 61.45%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#027ECC (or 0x027ECC) is known color: Navy Blue. HEX triplet: 02, 7E and CC. RGB value is (2,126,204). Sum of RGB (Red+Green+Blue) = 2+126+204=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #027ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ECC is #FD8133. Grayscale: #616161. Windows color (decimal): -16613684 or 13401602. OLE color: 13401602.

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

Color convert

RGB 2 126 204 -
CMYK 0.99 0.38 0 0.2
HSL 203.17º 0.98% 0.4% -
HSV(B) 203.17º 0.99% 0.8% -
XYZ 18.38 19.29 59.88 -
YUV 97.82 187.92 59.66 -
System Red Green Blue C M Y K H S L
Decimal 2 126 204 0.99 0.38 0 0.2 203.17 0.98 0.4
Hex 2 7E CC 63 26 0 14 CB 62 28
Octal 2 176 314 143 46 0 24 313 142 50
Binary 10 1111110 11001100 1100011 100110 0 10100 11001011 1100010 101000

Color Harmonies of #027ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027ECC

Black with #027ECC

Text Example


Text Example

White with #027ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,204); }

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

background-color css

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

 a { background-color: rgb(2,126,204); }

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

border-color css

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

 span { border-color: rgb(2,126,204); }

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