Html Css Color HEX #026BBA Navy Blue

📋 copy color: '#026BBA'

red 2 ◦ green 107 ◦ blue 186

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

Shades of Navy Blue #026BBA

Tints of Navy Blue #026BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 0.68%
G = 36.27%
B = 63.05%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#026BBA (or 0x026BBA) is known color: Navy Blue. HEX triplet: 02, 6B and BA. RGB value is (2,107,186). Sum of RGB (Red+Green+Blue) = 2+107+186=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #026BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BBA is #FD9445. Grayscale: #545454. Windows color (decimal): -16618566 or 12217090. OLE color: 12217090.

HSL color Cylindrical-coordinate representation of color #026BBA: hue angle of 205.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BBA is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 107 186 -
CMYK 0.99 0.42 0 0.27
HSL 205.76º 0.98% 0.37% -
HSV(B) 205.76º 0.99% 0.73% -
XYZ 14.15 14.07 48.43 -
YUV 84.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 2 107 186 0.99 0.42 0 0.27 205.76 0.98 0.37
Hex 2 6B BA 63 2A 0 1B CE 62 25
Octal 2 153 272 143 52 0 33 316 142 45
Binary 10 1101011 10111010 1100011 101010 0 11011 11001110 1100010 100101

Color Harmonies of #026BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BBA

Black with #026BBA

Text Example


Text Example

White with #026BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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