Html Css Color HEX #0651EE Navy Blue

📋 copy color: '#0651EE'

red 6 ◦ green 81 ◦ blue 238

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

Shades of Navy Blue #0651EE

Tints of Navy Blue #0651EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

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

R = 1.85%
G = 24.92%
B = 73.23%

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

#0651EE (or 0x0651EE) is known color: Navy Blue. HEX triplet: 06, 51 and EE. RGB value is (6,81,238). Sum of RGB (Red+Green+Blue) = 6+81+238=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #0651EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0651EE is #F9AE11. Grayscale: #4B4B4B. Windows color (decimal): -16363026 or 15618310. OLE color: 15618310.

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

Color convert

RGB 6 81 238 -
CMYK 0.97 0.66 0 0.07
HSL 220.6º 0.95% 0.48% -
HSV(B) 220.6º 0.97% 0.93% -
XYZ 18.45 12.1 82.25 -
YUV 76.47 219.15 77.73 -
System Red Green Blue C M Y K H S L
Decimal 6 81 238 0.97 0.66 0 0.07 220.6 0.95 0.48
Hex 6 51 EE 61 42 0 7 DD 5F 30
Octal 6 121 356 141 102 0 7 335 137 60
Binary 110 1010001 11101110 1100001 1000010 0 111 11011101 1011111 110000

Color Harmonies of #0651EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0651EE

Black with #0651EE

Text Example


Text Example

White with #0651EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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