Html Css Color HEX #0649EB Navy Blue

📋 copy color: '#0649EB'

red 6 ◦ green 73 ◦ blue 235

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

Shades of Navy Blue #0649EB

Tints of Navy Blue #0649EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

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

R = 1.91%
G = 23.25%
B = 74.84%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0649EB (or 0x0649EB) is known color: Navy Blue. HEX triplet: 06, 49 and EB. RGB value is (6,73,235). Sum of RGB (Red+Green+Blue) = 6+73+235=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #0649EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0649EB is #F9B614. Grayscale: #464646. Windows color (decimal): -16365077 or 15419654. OLE color: 15419654.

HSL color Cylindrical-coordinate representation of color #0649EB: hue angle of 222.45º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0649EB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 73 235 -
CMYK 0.97 0.69 0 0.08
HSL 222.45º 0.95% 0.47% -
HSV(B) 222.45º 0.97% 0.92% -
XYZ 17.45 10.8 79.76 -
YUV 71.44 220.3 81.33 -
System Red Green Blue C M Y K H S L
Decimal 6 73 235 0.97 0.69 0 0.08 222.45 0.95 0.47
Hex 6 49 EB 61 45 0 8 DE 5F 2F
Octal 6 111 353 141 105 0 10 336 137 57
Binary 110 1001001 11101011 1100001 1000101 0 1000 11011110 1011111 101111

Color Harmonies of #0649EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0649EB

Black with #0649EB

Text Example


Text Example

White with #0649EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0649EB; }

 p { color: rgb(6,73,235); }

 H1.HeaderClassName
 {
   color: #0649EB;
 }
 .AnyTagClassName
 {
   color: #0649EB;
 }
</style>

background-color css

<style>
 a { background-color: #0649EB; }

 a { background-color: rgb(6,73,235); }

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

border-color css

<style>
 span { border-color: #0649EB; }

 span { border-color: rgb(6,73,235); }

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