Html Css Color HEX #027DCD Navy Blue

📋 copy color: '#027DCD'

red 2 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #027DCD

Tints of Navy Blue #027DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 0.6%
G = 37.65%
B = 61.75%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#027DCD (or 0x027DCD) is known color: Navy Blue. HEX triplet: 02, 7D and CD. RGB value is (2,125,205). Sum of RGB (Red+Green+Blue) = 2+125+205=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #027DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DCD is #FD8232. Grayscale: #606060. Windows color (decimal): -16613939 or 13466882. OLE color: 13466882.

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

Color convert

RGB 2 125 205 -
CMYK 0.99 0.39 0 0.20
HSL 203.65º 0.98% 0.41% -
HSV(B) 203.65º 0.99% 0.8% -
XYZ 18.38 19.09 60.47 -
YUV 97.34 188.75 60 -
System Red Green Blue C M Y K H S L
Decimal 2 125 205 0.99 0.39 0 0.20 203.65 0.98 0.41
Hex 2 7D CD 63 27 0 14 CC 62 29
Octal 2 175 315 143 47 0 24 314 142 51
Binary 10 1111101 11001101 1100011 100111 0 10100 11001100 1100010 101001

Color Harmonies of #027DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DCD

Black with #027DCD

Text Example


Text Example

White with #027DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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