Html Css Color HEX #006AEC Navy Blue

📋 copy color: '#006AEC'

red 0 ◦ green 106 ◦ blue 236

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

Shades of Navy Blue #006AEC

Tints of Navy Blue #006AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 0%
G = 30.99%
B = 69.01%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#006AEC (or 0x006AEC) is known color: Navy Blue. HEX triplet: 00, 6A and EC. RGB value is (0,106,236). Sum of RGB (Red+Green+Blue) = 0+106+236=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #006AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AEC is #FF9513. Grayscale: #585858. Windows color (decimal): -16749844 or 15493632. OLE color: 15493632.

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

Color convert

RGB 0 106 236 -
CMYK 1 0.55 0 0.07
HSL 213.05º 1% 0.46% -
HSV(B) 213.05º 1% 0.93% -
XYZ 20.29 16.36 81.45 -
YUV 89.13 210.88 64.43 -
System Red Green Blue C M Y K H S L
Decimal 0 106 236 1 0.55 0 0.07 213.05 1 0.46
Hex 0 6A EC 64 37 0 7 D5 64 2E
Octal 0 152 354 144 67 0 7 325 144 56
Binary 0 1101010 11101100 1100100 110111 0 111 11010101 1100100 101110

Color Harmonies of #006AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AEC

Black with #006AEC

Text Example


Text Example

White with #006AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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