Html Css Color HEX #026FBA Navy Blue

📋 copy color: '#026FBA'

red 2 ◦ green 111 ◦ blue 186

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

Shades of Navy Blue #026FBA

Tints of Navy Blue #026FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

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

R = 0.67%
G = 37.12%
B = 62.21%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#026FBA (or 0x026FBA) is known color: Navy Blue. HEX triplet: 02, 6F and BA. RGB value is (2,111,186). Sum of RGB (Red+Green+Blue) = 2+111+186=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #026FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FBA is #FD9045. Grayscale: #565656. Windows color (decimal): -16617542 or 12218114. OLE color: 12218114.

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

Color convert

RGB 2 111 186 -
CMYK 0.99 0.40 0 0.27
HSL 204.46º 0.98% 0.37% -
HSV(B) 204.46º 0.99% 0.73% -
XYZ 14.57 14.93 48.57 -
YUV 86.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 2 111 186 0.99 0.40 0 0.27 204.46 0.98 0.37
Hex 2 6F BA 63 28 0 1B CC 62 25
Octal 2 157 272 143 50 0 33 314 142 45
Binary 10 1101111 10111010 1100011 101000 0 11011 11001100 1100010 100101

Color Harmonies of #026FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FBA

Black with #026FBA

Text Example


Text Example

White with #026FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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