Html Css Color HEX #026BEC Navy Blue

📋 copy color: '#026BEC'

red 2 ◦ green 107 ◦ blue 236

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

Shades of Navy Blue #026BEC

Tints of Navy Blue #026BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 0.58%
G = 31.01%
B = 68.41%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#026BEC (or 0x026BEC) is known color: Navy Blue. HEX triplet: 02, 6B and EC. RGB value is (2,107,236). Sum of RGB (Red+Green+Blue) = 2+107+236=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #026BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026BEC is #FD9413. Grayscale: #595959. Windows color (decimal): -16618516 or 15493890. OLE color: 15493890.

HSL color Cylindrical-coordinate representation of color #026BEC: hue angle of 213.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BEC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 107 236 -
CMYK 0.99 0.55 0 0.07
HSL 213.08º 0.98% 0.47% -
HSV(B) 213.08º 0.99% 0.93% -
XYZ 20.42 16.58 81.48 -
YUV 90.31 210.21 65.01 -
System Red Green Blue C M Y K H S L
Decimal 2 107 236 0.99 0.55 0 0.07 213.08 0.98 0.47
Hex 2 6B EC 63 37 0 7 D5 62 2F
Octal 2 153 354 143 67 0 7 325 142 57
Binary 10 1101011 11101100 1100011 110111 0 111 11010101 1100010 101111

Color Harmonies of #026BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BEC

Black with #026BEC

Text Example


Text Example

White with #026BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,107,236); }

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

background-color css

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

 a { background-color: rgb(2,107,236); }

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

border-color css

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

 span { border-color: rgb(2,107,236); }

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