Html Css Color HEX #026CDB Navy Blue

📋 copy color: '#026CDB'

red 2 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #026CDB

Tints of Navy Blue #026CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 0.61%
G = 32.83%
B = 66.57%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#026CDB (or 0x026CDB) is known color: Navy Blue. HEX triplet: 02, 6C and DB. RGB value is (2,108,219). Sum of RGB (Red+Green+Blue) = 2+108+219=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #026CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CDB is #FD9324. Grayscale: #585858. Windows color (decimal): -16618277 or 14380034. OLE color: 14380034.

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

Color convert

RGB 2 108 219 -
CMYK 0.99 0.51 0 0.14
HSL 210.69º 0.98% 0.43% -
HSV(B) 210.69º 0.99% 0.86% -
XYZ 18.17 15.85 69.12 -
YUV 88.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 2 108 219 0.99 0.51 0 0.14 210.69 0.98 0.43
Hex 2 6C DB 63 33 0 E D3 62 2B
Octal 2 154 333 143 63 0 16 323 142 53
Binary 10 1101100 11011011 1100011 110011 0 1110 11010011 1100010 101011

Color Harmonies of #026CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CDB

Black with #026CDB

Text Example


Text Example

White with #026CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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