Html Css Color HEX #026BEF Navy Blue

📋 copy color: '#026BEF'

red 2 ◦ green 107 ◦ blue 239

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

Shades of Navy Blue #026BEF

Tints of Navy Blue #026BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 0.57%
G = 30.75%
B = 68.68%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#026BEF (or 0x026BEF) is known color: Navy Blue. HEX triplet: 02, 6B and EF. RGB value is (2,107,239). Sum of RGB (Red+Green+Blue) = 2+107+239=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #026BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026BEF is #FD9410. Grayscale: #5A5A5A. Windows color (decimal): -16618513 or 15690498. OLE color: 15690498.

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

Color convert

RGB 2 107 239 -
CMYK 0.99 0.55 0 0.06
HSL 213.42º 0.98% 0.47% -
HSV(B) 213.42º 0.99% 0.94% -
XYZ 20.86 16.76 83.8 -
YUV 90.65 211.71 64.77 -
System Red Green Blue C M Y K H S L
Decimal 2 107 239 0.99 0.55 0 0.06 213.42 0.98 0.47
Hex 2 6B EF 63 37 0 6 D5 62 2F
Octal 2 153 357 143 67 0 6 325 142 57
Binary 10 1101011 11101111 1100011 110111 0 110 11010101 1100010 101111

Color Harmonies of #026BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BEF

Black with #026BEF

Text Example


Text Example

White with #026BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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