Html Css Color HEX #027CDA Navy Blue

📋 copy color: '#027CDA'

red 2 ◦ green 124 ◦ blue 218

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

Shades of Navy Blue #027CDA

Tints of Navy Blue #027CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.37%

R = 0.58%
G = 36.05%
B = 63.37%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#027CDA (or 0x027CDA) is known color: Navy Blue. HEX triplet: 02, 7C and DA. RGB value is (2,124,218). Sum of RGB (Red+Green+Blue) = 2+124+218=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #027CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CDA is #FD8325. Grayscale: #616161. Windows color (decimal): -16614182 or 14318594. OLE color: 14318594.

HSL color Cylindrical-coordinate representation of color #027CDA: hue angle of 206.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CDA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 124 218 -
CMYK 0.99 0.43 0 0.15
HSL 206.11º 0.98% 0.43% -
HSV(B) 206.11º 0.99% 0.85% -
XYZ 19.89 19.49 69.04 -
YUV 98.24 195.58 59.36 -
System Red Green Blue C M Y K H S L
Decimal 2 124 218 0.99 0.43 0 0.15 206.11 0.98 0.43
Hex 2 7C DA 63 2B 0 F CE 62 2B
Octal 2 174 332 143 53 0 17 316 142 53
Binary 10 1111100 11011010 1100011 101011 0 1111 11001110 1100010 101011

Color Harmonies of #027CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CDA

Black with #027CDA

Text Example


Text Example

White with #027CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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