Html Css Color HEX #027CCD Navy Blue

📋 copy color: '#027CCD'

red 2 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #027CCD

Tints of Navy Blue #027CCD

RGB

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

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

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

R = 0.6%
G = 37.46%
B = 61.93%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#027CCD (or 0x027CCD) is known color: Navy Blue. HEX triplet: 02, 7C and CD. RGB value is (2,124,205). Sum of RGB (Red+Green+Blue) = 2+124+205=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #027CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CCD is #FD8332. Grayscale: #606060. Windows color (decimal): -16614195 or 13466626. OLE color: 13466626.

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

Color convert

RGB 2 124 205 -
CMYK 0.99 0.40 0 0.20
HSL 203.94º 0.98% 0.41% -
HSV(B) 203.94º 0.99% 0.8% -
XYZ 18.25 18.84 60.43 -
YUV 96.76 189.08 60.41 -
System Red Green Blue C M Y K H S L
Decimal 2 124 205 0.99 0.40 0 0.20 203.94 0.98 0.41
Hex 2 7C CD 63 28 0 14 CC 62 29
Octal 2 174 315 143 50 0 24 314 142 51
Binary 10 1111100 11001101 1100011 101000 0 10100 11001100 1100010 101001

Color Harmonies of #027CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CCD

Black with #027CCD

Text Example


Text Example

White with #027CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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