Html Css Color HEX #006AEF Navy Blue

📋 copy color: '#006AEF'

red 0 ◦ green 106 ◦ blue 239

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

Shades of Navy Blue #006AEF

Tints of Navy Blue #006AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.28%

R = 0%
G = 30.72%
B = 69.28%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#006AEF (or 0x006AEF) is known color: Navy Blue. HEX triplet: 00, 6A and EF. RGB value is (0,106,239). Sum of RGB (Red+Green+Blue) = 0+106+239=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #006AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AEF is #FF9510. Grayscale: #585858. Windows color (decimal): -16749841 or 15690240. OLE color: 15690240.

HSL color Cylindrical-coordinate representation of color #006AEF: hue angle of 213.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AEF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 106 239 -
CMYK 1 0.56 0 0.06
HSL 213.39º 1% 0.47% -
HSV(B) 213.39º 1% 0.94% -
XYZ 20.73 16.54 83.76 -
YUV 89.47 212.38 64.19 -
System Red Green Blue C M Y K H S L
Decimal 0 106 239 1 0.56 0 0.06 213.39 1 0.47
Hex 0 6A EF 64 38 0 6 D5 64 2F
Octal 0 152 357 144 70 0 6 325 144 57
Binary 0 1101010 11101111 1100100 111000 0 110 11010101 1100100 101111

Color Harmonies of #006AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AEF

Black with #006AEF

Text Example


Text Example

White with #006AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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