Html Css Color HEX #026CEB Navy Blue

📋 copy color: '#026CEB'

red 2 ◦ green 108 ◦ blue 235

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

Shades of Navy Blue #026CEB

Tints of Navy Blue #026CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 0.58%
G = 31.3%
B = 68.12%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#026CEB (or 0x026CEB) is known color: Navy Blue. HEX triplet: 02, 6C and EB. RGB value is (2,108,235). Sum of RGB (Red+Green+Blue) = 2+108+235=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #026CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CEB is #FD9314. Grayscale: #5A5A5A. Windows color (decimal): -16618261 or 15428610. OLE color: 15428610.

HSL color Cylindrical-coordinate representation of color #026CEB: hue angle of 212.7º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CEB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 108 235 -
CMYK 0.99 0.54 0 0.08
HSL 212.7º 0.98% 0.46% -
HSV(B) 212.7º 0.99% 0.92% -
XYZ 20.38 16.74 80.75 -
YUV 90.78 209.38 64.67 -
System Red Green Blue C M Y K H S L
Decimal 2 108 235 0.99 0.54 0 0.08 212.7 0.98 0.46
Hex 2 6C EB 63 36 0 8 D5 62 2E
Octal 2 154 353 143 66 0 10 325 142 56
Binary 10 1101100 11101011 1100011 110110 0 1000 11010101 1100010 101110

Color Harmonies of #026CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CEB

Black with #026CEB

Text Example


Text Example

White with #026CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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