Html Css Color HEX #026DBF Navy Blue

📋 copy color: '#026DBF'

red 2 ◦ green 109 ◦ blue 191

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

Shades of Navy Blue #026DBF

Tints of Navy Blue #026DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

 BLUE value IS 191 (75% from 255) = 63.25%

R = 0.66%
G = 36.09%
B = 63.25%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#026DBF (or 0x026DBF) is known color: Navy Blue. HEX triplet: 02, 6D and BF. RGB value is (2,109,191). Sum of RGB (Red+Green+Blue) = 2+109+191=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #026DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DBF is #FD9240. Grayscale: #555555. Windows color (decimal): -16618049 or 12545282. OLE color: 12545282.

HSL color Cylindrical-coordinate representation of color #026DBF: hue angle of 206.03º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DBF is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 109 191 -
CMYK 0.99 0.43 0 0.25
HSL 206.03º 0.98% 0.38% -
HSV(B) 206.03º 0.99% 0.75% -
XYZ 14.9 14.71 51.34 -
YUV 86.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 2 109 191 0.99 0.43 0 0.25 206.03 0.98 0.38
Hex 2 6D BF 63 2B 0 19 CE 62 26
Octal 2 155 277 143 53 0 31 316 142 46
Binary 10 1101101 10111111 1100011 101011 0 11001 11001110 1100010 100110

Color Harmonies of #026DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DBF

Black with #026DBF

Text Example


Text Example

White with #026DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,109,191); }

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

background-color css

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

 a { background-color: rgb(2,109,191); }

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

border-color css

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

 span { border-color: rgb(2,109,191); }

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