Html Css Color HEX #026DBB Navy Blue

📋 copy color: '#026DBB'

red 2 ◦ green 109 ◦ blue 187

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

Shades of Navy Blue #026DBB

Tints of Navy Blue #026DBB

RGB

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

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

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

R = 0.67%
G = 36.58%
B = 62.75%

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

#026DBB (or 0x026DBB) is known color: Navy Blue. HEX triplet: 02, 6D and BB. RGB value is (2,109,187). Sum of RGB (Red+Green+Blue) = 2+109+187=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #026DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DBB is #FD9244. Grayscale: #555555. Windows color (decimal): -16618053 or 12283138. OLE color: 12283138.

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

Color convert

RGB 2 109 187 -
CMYK 0.99 0.42 0 0.27
HSL 205.3º 0.98% 0.37% -
HSV(B) 205.3º 0.99% 0.73% -
XYZ 14.46 14.54 49.06 -
YUV 85.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 2 109 187 0.99 0.42 0 0.27 205.3 0.98 0.37
Hex 2 6D BB 63 2A 0 1B CD 62 25
Octal 2 155 273 143 52 0 33 315 142 45
Binary 10 1101101 10111011 1100011 101010 0 11011 11001101 1100010 100101

Color Harmonies of #026DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DBB

Black with #026DBB

Text Example


Text Example

White with #026DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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