Html Css Color HEX #006AEB Navy Blue

📋 copy color: '#006AEB'

red 0 ◦ green 106 ◦ blue 235

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

Shades of Navy Blue #006AEB

Tints of Navy Blue #006AEB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 0%
G = 31.09%
B = 68.91%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#006AEB (or 0x006AEB) is known color: Navy Blue. HEX triplet: 00, 6A and EB. RGB value is (0,106,235). Sum of RGB (Red+Green+Blue) = 0+106+235=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #006AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AEB is #FF9514. Grayscale: #585858. Windows color (decimal): -16749845 or 15428096. OLE color: 15428096.

HSL color Cylindrical-coordinate representation of color #006AEB: hue angle of 212.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AEB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 106 235 -
CMYK 1 0.55 0 0.08
HSL 212.94º 1% 0.46% -
HSV(B) 212.94º 1% 0.92% -
XYZ 20.15 16.31 80.68 -
YUV 89.01 210.38 64.51 -
System Red Green Blue C M Y K H S L
Decimal 0 106 235 1 0.55 0 0.08 212.94 1 0.46
Hex 0 6A EB 64 37 0 8 D5 64 2E
Octal 0 152 353 144 67 0 10 325 144 56
Binary 0 1101010 11101011 1100100 110111 0 1000 11010101 1100100 101110

Color Harmonies of #006AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AEB

Black with #006AEB

Text Example


Text Example

White with #006AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006AEB; }

 p { color: rgb(0,106,235); }

 H1.HeaderClassName
 {
   color: #006AEB;
 }
 .AnyTagClassName
 {
   color: #006AEB;
 }
</style>

background-color css

<style>
 a { background-color: #006AEB; }

 a { background-color: rgb(0,106,235); }

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

border-color css

<style>
 span { border-color: #006AEB; }

 span { border-color: rgb(0,106,235); }

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