Html Css Color HEX #027DCE Navy Blue

📋 copy color: '#027DCE'

red 2 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #027DCE

Tints of Navy Blue #027DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

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

R = 0.6%
G = 37.54%
B = 61.86%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#027DCE (or 0x027DCE) is known color: Navy Blue. HEX triplet: 02, 7D and CE. RGB value is (2,125,206). Sum of RGB (Red+Green+Blue) = 2+125+206=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #027DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DCE is #FD8231. Grayscale: #616161. Windows color (decimal): -16613938 or 13532418. OLE color: 13532418.

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

Color convert

RGB 2 125 206 -
CMYK 0.99 0.39 0 0.19
HSL 203.82º 0.98% 0.41% -
HSV(B) 203.82º 0.99% 0.81% -
XYZ 18.5 19.14 61.11 -
YUV 97.46 189.25 59.91 -
System Red Green Blue C M Y K H S L
Decimal 2 125 206 0.99 0.39 0 0.19 203.82 0.98 0.41
Hex 2 7D CE 63 27 0 13 CC 62 29
Octal 2 175 316 143 47 0 23 314 142 51
Binary 10 1111101 11001110 1100011 100111 0 10011 11001100 1100010 101001

Color Harmonies of #027DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DCE

Black with #027DCE

Text Example


Text Example

White with #027DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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