Html Css Color HEX #006AED Navy Blue

📋 copy color: '#006AED'

red 0 ◦ green 106 ◦ blue 237

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

Shades of Navy Blue #006AED

Tints of Navy Blue #006AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 0%
G = 30.9%
B = 69.1%

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

#006AED (or 0x006AED) is known color: Navy Blue. HEX triplet: 00, 6A and ED. RGB value is (0,106,237). Sum of RGB (Red+Green+Blue) = 0+106+237=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #006AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AED is #FF9512. Grayscale: #585858. Windows color (decimal): -16749843 or 15559168. OLE color: 15559168.

HSL color Cylindrical-coordinate representation of color #006AED: hue angle of 213.16º 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 #006AED is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 106 237 -
CMYK 1 0.55 0 0.07
HSL 213.16º 1% 0.46% -
HSV(B) 213.16º 1% 0.93% -
XYZ 20.44 16.42 82.21 -
YUV 89.24 211.38 64.35 -
System Red Green Blue C M Y K H S L
Decimal 0 106 237 1 0.55 0 0.07 213.16 1 0.46
Hex 0 6A ED 64 37 0 7 D5 64 2E
Octal 0 152 355 144 67 0 7 325 144 56
Binary 0 1101010 11101101 1100100 110111 0 111 11010101 1100100 101110

Color Harmonies of #006AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AED

Black with #006AED

Text Example


Text Example

White with #006AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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