Html Css Color HEX #027CD2 Navy Blue

📋 copy color: '#027CD2'

red 2 ◦ green 124 ◦ blue 210

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

Shades of Navy Blue #027CD2

Tints of Navy Blue #027CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 210 (82.42% from 255) = 62.5%

R = 0.6%
G = 36.9%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#027CD2 (or 0x027CD2) is known color: Navy Blue. HEX triplet: 02, 7C and D2. RGB value is (2,124,210). Sum of RGB (Red+Green+Blue) = 2+124+210=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #027CD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CD2 is #FD832D. Grayscale: #606060. Windows color (decimal): -16614190 or 13794306. OLE color: 13794306.

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

Color convert

RGB 2 124 210 -
CMYK 0.99 0.41 0 0.18
HSL 204.81º 0.98% 0.42% -
HSV(B) 204.81º 0.99% 0.82% -
XYZ 18.87 19.08 63.66 -
YUV 97.33 191.58 60.01 -
System Red Green Blue C M Y K H S L
Decimal 2 124 210 0.99 0.41 0 0.18 204.81 0.98 0.42
Hex 2 7C D2 63 29 0 12 CD 62 2A
Octal 2 174 322 143 51 0 22 315 142 52
Binary 10 1111100 11010010 1100011 101001 0 10010 11001101 1100010 101010

Color Harmonies of #027CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CD2

Black with #027CD2

Text Example


Text Example

White with #027CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,124,210); }

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

background-color css

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

 a { background-color: rgb(2,124,210); }

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

border-color css

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

 span { border-color: rgb(2,124,210); }

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