Html Css Color HEX #026BBB Navy Blue

📋 copy color: '#026BBB'

red 2 ◦ green 107 ◦ blue 187

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

Shades of Navy Blue #026BBB

Tints of Navy Blue #026BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 0.68%
G = 36.15%
B = 63.18%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#026BBB (or 0x026BBB) is known color: Navy Blue. HEX triplet: 02, 6B and BB. RGB value is (2,107,187). Sum of RGB (Red+Green+Blue) = 2+107+187=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #026BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BBB is #FD9444. Grayscale: #545454. Windows color (decimal): -16618565 or 12282626. OLE color: 12282626.

HSL color Cylindrical-coordinate representation of color #026BBB: hue angle of 205.95º 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 #026BBB is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 107 187 -
CMYK 0.99 0.43 0 0.27
HSL 205.95º 0.98% 0.37% -
HSV(B) 205.95º 0.99% 0.73% -
XYZ 14.25 14.12 48.99 -
YUV 84.73 185.71 69 -
System Red Green Blue C M Y K H S L
Decimal 2 107 187 0.99 0.43 0 0.27 205.95 0.98 0.37
Hex 2 6B BB 63 2B 0 1B CE 62 25
Octal 2 153 273 143 53 0 33 316 142 45
Binary 10 1101011 10111011 1100011 101011 0 11011 11001110 1100010 100101

Color Harmonies of #026BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026BBB

Black with #026BBB

Text Example


Text Example

White with #026BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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