Html Css Color HEX #026CBB Navy Blue

📋 copy color: '#026CBB'

red 2 ◦ green 108 ◦ blue 187

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

Shades of Navy Blue #026CBB

Tints of Navy Blue #026CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 0.67%
G = 36.36%
B = 62.96%

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

#026CBB (or 0x026CBB) is known color: Navy Blue. HEX triplet: 02, 6C and BB. RGB value is (2,108,187). Sum of RGB (Red+Green+Blue) = 2+108+187=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #026CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CBB is #FD9344. Grayscale: #545454. Windows color (decimal): -16618309 or 12282882. OLE color: 12282882.

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

Color convert

RGB 2 108 187 -
CMYK 0.99 0.42 0 0.27
HSL 205.62º 0.98% 0.37% -
HSV(B) 205.62º 0.99% 0.73% -
XYZ 14.36 14.33 49.02 -
YUV 85.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 2 108 187 0.99 0.42 0 0.27 205.62 0.98 0.37
Hex 2 6C BB 63 2A 0 1B CE 62 25
Octal 2 154 273 143 52 0 33 316 142 45
Binary 10 1101100 10111011 1100011 101010 0 11011 11001110 1100010 100101

Color Harmonies of #026CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CBB

Black with #026CBB

Text Example


Text Example

White with #026CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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