Html Css Color HEX #0650EE Navy Blue

📋 copy color: '#0650EE'

red 6 ◦ green 80 ◦ blue 238

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

Shades of Navy Blue #0650EE

Tints of Navy Blue #0650EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 238 (93.36% from 255) = 73.46%

R = 1.85%
G = 24.69%
B = 73.46%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0650EE (or 0x0650EE) is known color: Navy Blue. HEX triplet: 06, 50 and EE. RGB value is (6,80,238). Sum of RGB (Red+Green+Blue) = 6+80+238=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #0650EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0650EE is #F9AF11. Grayscale: #4B4B4B. Windows color (decimal): -16363282 or 15618054. OLE color: 15618054.

HSL color Cylindrical-coordinate representation of color #0650EE: hue angle of 220.86º 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 #0650EE is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 80 238 -
CMYK 0.97 0.66 0 0.07
HSL 220.86º 0.95% 0.48% -
HSV(B) 220.86º 0.97% 0.93% -
XYZ 18.38 11.95 82.23 -
YUV 75.89 219.48 78.15 -
System Red Green Blue C M Y K H S L
Decimal 6 80 238 0.97 0.66 0 0.07 220.86 0.95 0.48
Hex 6 50 EE 61 42 0 7 DD 5F 30
Octal 6 120 356 141 102 0 7 335 137 60
Binary 110 1010000 11101110 1100001 1000010 0 111 11011101 1011111 110000

Color Harmonies of #0650EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650EE

Black with #0650EE

Text Example


Text Example

White with #0650EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0650EE; }

 p { color: rgb(6,80,238); }

 H1.HeaderClassName
 {
   color: #0650EE;
 }
 .AnyTagClassName
 {
   color: #0650EE;
 }
</style>

background-color css

<style>
 a { background-color: #0650EE; }

 a { background-color: rgb(6,80,238); }

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

border-color css

<style>
 span { border-color: #0650EE; }

 span { border-color: rgb(6,80,238); }

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