Html Css Color HEX #026ABC Navy Blue

📋 copy color: '#026ABC'

red 2 ◦ green 106 ◦ blue 188

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

Shades of Navy Blue #026ABC

Tints of Navy Blue #026ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 0.68%
G = 35.81%
B = 63.51%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#026ABC (or 0x026ABC) is known color: Navy Blue. HEX triplet: 02, 6A and BC. RGB value is (2,106,188). Sum of RGB (Red+Green+Blue) = 2+106+188=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #026ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ABC is #FD9543. Grayscale: #535353. Windows color (decimal): -16618820 or 12347906. OLE color: 12347906.

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

Color convert

RGB 2 106 188 -
CMYK 0.99 0.44 0 0.26
HSL 206.45º 0.98% 0.37% -
HSV(B) 206.45º 0.99% 0.74% -
XYZ 14.26 13.95 49.52 -
YUV 84.25 186.54 69.33 -
System Red Green Blue C M Y K H S L
Decimal 2 106 188 0.99 0.44 0 0.26 206.45 0.98 0.37
Hex 2 6A BC 63 2C 0 1A CE 62 25
Octal 2 152 274 143 54 0 32 316 142 45
Binary 10 1101010 10111100 1100011 101100 0 11010 11001110 1100010 100101

Color Harmonies of #026ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026ABC

Black with #026ABC

Text Example


Text Example

White with #026ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,106,188); }

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

background-color css

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

 a { background-color: rgb(2,106,188); }

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

border-color css

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

 span { border-color: rgb(2,106,188); }

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