Html Css Color HEX #0653E8 Navy Blue

📋 copy color: '#0653E8'

red 6 ◦ green 83 ◦ blue 232

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

Shades of Navy Blue #0653E8

Tints of Navy Blue #0653E8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 232 (91.02% from 255) = 72.27%

R = 1.87%
G = 25.86%
B = 72.27%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0653E8 (or 0x0653E8) is known color: Navy Blue. HEX triplet: 06, 53 and E8. RGB value is (6,83,232). Sum of RGB (Red+Green+Blue) = 6+83+232=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 232 (91.02% from 255 or 72.27% from 321); Max value from RGB is 232 - color contains mainly: blue. Hex color #0653E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0653E8 is #F9AC17. Grayscale: #4C4C4C. Windows color (decimal): -16362520 or 15225606. OLE color: 15225606.

HSL color Cylindrical-coordinate representation of color #0653E8: hue angle of 219.56º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653E8 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 83 232 -
CMYK 0.97 0.64 0 0.09
HSL 219.56º 0.95% 0.47% -
HSV(B) 219.56º 0.97% 0.91% -
XYZ 17.73 12.05 77.74 -
YUV 76.96 215.49 77.38 -
System Red Green Blue C M Y K H S L
Decimal 6 83 232 0.97 0.64 0 0.09 219.56 0.95 0.47
Hex 6 53 E8 61 40 0 9 DC 5F 2F
Octal 6 123 350 141 100 0 11 334 137 57
Binary 110 1010011 11101000 1100001 1000000 0 1001 11011100 1011111 101111

Color Harmonies of #0653E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653E8

Black with #0653E8

Text Example


Text Example

White with #0653E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0653E8; }

 p { color: rgb(6,83,232); }

 H1.HeaderClassName
 {
   color: #0653E8;
 }
 .AnyTagClassName
 {
   color: #0653E8;
 }
</style>

background-color css

<style>
 a { background-color: #0653E8; }

 a { background-color: rgb(6,83,232); }

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

border-color css

<style>
 span { border-color: #0653E8; }

 span { border-color: rgb(6,83,232); }

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