Html Css Color HEX #0646ED Navy Blue

📋 copy color: '#0646ED'

red 6 ◦ green 70 ◦ blue 237

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

Shades of Navy Blue #0646ED

Tints of Navy Blue #0646ED

RGB

 RED value IS 6 (2.73% from 255) = 1.92%

 GREEN value IS 70 (27.73% from 255) = 22.36%

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

R = 1.92%
G = 22.36%
B = 75.72%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0646ED (or 0x0646ED) is known color: Navy Blue. HEX triplet: 06, 46 and ED. RGB value is (6,70,237). Sum of RGB (Red+Green+Blue) = 6+70+237=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #0646ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0646ED is #F9B912. Grayscale: #454545. Windows color (decimal): -16365843 or 15549958. OLE color: 15549958.

HSL color Cylindrical-coordinate representation of color #0646ED: hue angle of 223.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0646ED is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 70 237 -
CMYK 0.97 0.70 0 0.07
HSL 223.38º 0.95% 0.48% -
HSV(B) 223.38º 0.97% 0.93% -
XYZ 17.55 10.53 81.23 -
YUV 69.9 222.3 82.42 -
System Red Green Blue C M Y K H S L
Decimal 6 70 237 0.97 0.70 0 0.07 223.38 0.95 0.48
Hex 6 46 ED 61 46 0 7 DF 5F 30
Octal 6 106 355 141 106 0 7 337 137 60
Binary 110 1000110 11101101 1100001 1000110 0 111 11011111 1011111 110000

Color Harmonies of #0646ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0646ED

Black with #0646ED

Text Example


Text Example

White with #0646ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0646ED; }

 p { color: rgb(6,70,237); }

 H1.HeaderClassName
 {
   color: #0646ED;
 }
 .AnyTagClassName
 {
   color: #0646ED;
 }
</style>

background-color css

<style>
 a { background-color: #0646ED; }

 a { background-color: rgb(6,70,237); }

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

border-color css

<style>
 span { border-color: #0646ED; }

 span { border-color: rgb(6,70,237); }

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