Html Css Color HEX #0651EA Navy Blue

📋 copy color: '#0651EA'

red 6 ◦ green 81 ◦ blue 234

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

Shades of Navy Blue #0651EA

Tints of Navy Blue #0651EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72.9%

R = 1.87%
G = 25.23%
B = 72.9%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0651EA (or 0x0651EA) is known color: Navy Blue. HEX triplet: 06, 51 and EA. RGB value is (6,81,234). Sum of RGB (Red+Green+Blue) = 6+81+234=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #0651EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0651EA is #F9AE15. Grayscale: #4B4B4B. Windows color (decimal): -16363030 or 15356166. OLE color: 15356166.

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

Color convert

RGB 6 81 234 -
CMYK 0.97 0.65 0 0.08
HSL 220.26º 0.95% 0.47% -
HSV(B) 220.26º 0.97% 0.92% -
XYZ 17.87 11.86 79.19 -
YUV 76.02 217.15 78.06 -
System Red Green Blue C M Y K H S L
Decimal 6 81 234 0.97 0.65 0 0.08 220.26 0.95 0.47
Hex 6 51 EA 61 41 0 8 DC 5F 2F
Octal 6 121 352 141 101 0 10 334 137 57
Binary 110 1010001 11101010 1100001 1000001 0 1000 11011100 1011111 101111

Color Harmonies of #0651EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0651EA

Black with #0651EA

Text Example


Text Example

White with #0651EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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