Html Css Color HEX #027CDB Navy Blue

📋 copy color: '#027CDB'

red 2 ◦ green 124 ◦ blue 219

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

Shades of Navy Blue #027CDB

Tints of Navy Blue #027CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 0.58%
G = 35.94%
B = 63.48%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#027CDB (or 0x027CDB) is known color: Navy Blue. HEX triplet: 02, 7C and DB. RGB value is (2,124,219). Sum of RGB (Red+Green+Blue) = 2+124+219=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #027CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CDB is #FD8324. Grayscale: #616161. Windows color (decimal): -16614181 or 14384130. OLE color: 14384130.

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

Color convert

RGB 2 124 219 -
CMYK 0.99 0.43 0 0.14
HSL 206.27º 0.98% 0.43% -
HSV(B) 206.27º 0.99% 0.86% -
XYZ 20.02 19.54 69.73 -
YUV 98.35 196.08 59.28 -
System Red Green Blue C M Y K H S L
Decimal 2 124 219 0.99 0.43 0 0.14 206.27 0.98 0.43
Hex 2 7C DB 63 2B 0 E CE 62 2B
Octal 2 174 333 143 53 0 16 316 142 53
Binary 10 1111100 11011011 1100011 101011 0 1110 11001110 1100010 101011

Color Harmonies of #027CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CDB

Black with #027CDB

Text Example


Text Example

White with #027CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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