Html Css Color HEX #0653FE Navy Blue

📋 copy color: '#0653FE'

red 6 ◦ green 83 ◦ blue 254

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

Shades of Navy Blue #0653FE

Tints of Navy Blue #0653FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.05%

R = 1.75%
G = 24.2%
B = 74.05%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0653FE (or 0x0653FE) is known color: Navy Blue. HEX triplet: 06, 53 and FE. RGB value is (6,83,254). Sum of RGB (Red+Green+Blue) = 6+83+254=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #0653FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0653FE is #F9AC01. Grayscale: #4E4E4E. Windows color (decimal): -16362498 or 16667398. OLE color: 16667398.

HSL color Cylindrical-coordinate representation of color #0653FE: hue angle of 221.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0653FE is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 83 254 -
CMYK 0.98 0.67 0 0.00
HSL 221.37º 0.99% 0.51% -
HSV(B) 221.37º 0.98% 1% -
XYZ 21.06 13.38 95.24 -
YUV 79.47 226.49 75.6 -
System Red Green Blue C M Y K H S L
Decimal 6 83 254 0.98 0.67 0 0.00 221.37 0.99 0.51
Hex 6 53 FE 62 43 0 0 DD 63 33
Octal 6 123 376 142 103 0 0 335 143 63
Binary 110 1010011 11111110 1100010 1000011 0 0 11011101 1100011 110011

Color Harmonies of #0653FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653FE

Black with #0653FE

Text Example


Text Example

White with #0653FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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