Html Css Color HEX #027DDB Navy Blue

📋 copy color: '#027DDB'

red 2 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #027DDB

Tints of Navy Blue #027DDB

RGB

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

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

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

R = 0.58%
G = 36.13%
B = 63.29%

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

#027DDB (or 0x027DDB) is known color: Navy Blue. HEX triplet: 02, 7D and DB. RGB value is (2,125,219). Sum of RGB (Red+Green+Blue) = 2+125+219=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #027DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DDB is #FD8224. Grayscale: #626262. Windows color (decimal): -16613925 or 14384386. OLE color: 14384386.

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

Color convert

RGB 2 125 219 -
CMYK 0.99 0.43 0 0.14
HSL 205.99º 0.98% 0.43% -
HSV(B) 205.99º 0.99% 0.86% -
XYZ 20.14 19.79 69.78 -
YUV 98.94 195.75 58.86 -
System Red Green Blue C M Y K H S L
Decimal 2 125 219 0.99 0.43 0 0.14 205.99 0.98 0.43
Hex 2 7D DB 63 2B 0 E CE 62 2B
Octal 2 175 333 143 53 0 16 316 142 53
Binary 10 1111101 11011011 1100011 101011 0 1110 11001110 1100010 101011

Color Harmonies of #027DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DDB

Black with #027DDB

Text Example


Text Example

White with #027DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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