Html Css Color HEX #026CE5 Navy Blue

📋 copy color: '#026CE5'

red 2 ◦ green 108 ◦ blue 229

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

Shades of Navy Blue #026CE5

Tints of Navy Blue #026CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 67.55%

R = 0.59%
G = 31.86%
B = 67.55%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#026CE5 (or 0x026CE5) is known color: Navy Blue. HEX triplet: 02, 6C and E5. RGB value is (2,108,229). Sum of RGB (Red+Green+Blue) = 2+108+229=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #026CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CE5 is #FD931A. Grayscale: #595959. Windows color (decimal): -16618267 or 15035394. OLE color: 15035394.

HSL color Cylindrical-coordinate representation of color #026CE5: hue angle of 211.98º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CE5 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 108 229 -
CMYK 0.99 0.53 0 0.10
HSL 211.98º 0.98% 0.45% -
HSV(B) 211.98º 0.99% 0.9% -
XYZ 19.53 16.4 76.26 -
YUV 90.1 206.38 65.16 -
System Red Green Blue C M Y K H S L
Decimal 2 108 229 0.99 0.53 0 0.10 211.98 0.98 0.45
Hex 2 6C E5 63 35 0 A D4 62 2D
Octal 2 154 345 143 65 0 12 324 142 55
Binary 10 1101100 11100101 1100011 110101 0 1010 11010100 1100010 101101

Color Harmonies of #026CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CE5

Black with #026CE5

Text Example


Text Example

White with #026CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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