Html Css Color HEX #0453FE Navy Blue

📋 copy color: '#0453FE'

red 4 ◦ green 83 ◦ blue 254

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

Shades of Navy Blue #0453FE

Tints of Navy Blue #0453FE

RGB

 RED value IS 4 (1.95% from 255) = 1.17%

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

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

R = 1.17%
G = 24.34%
B = 74.49%

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

#0453FE (or 0x0453FE) is known color: Navy Blue. HEX triplet: 04, 53 and FE. RGB value is (4,83,254). Sum of RGB (Red+Green+Blue) = 4+83+254=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #0453FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0453FE is #FBAC01. Grayscale: #4E4E4E. Windows color (decimal): -16493570 or 16667396. OLE color: 16667396.

HSL color Cylindrical-coordinate representation of color #0453FE: hue angle of 221.04º 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 #0453FE is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 83 254 -
CMYK 0.98 0.67 0 0.00
HSL 221.04º 0.99% 0.51% -
HSV(B) 221.04º 0.98% 1% -
XYZ 21.03 13.37 95.24 -
YUV 78.87 226.83 74.6 -
System Red Green Blue C M Y K H S L
Decimal 4 83 254 0.98 0.67 0 0.00 221.04 0.99 0.51
Hex 4 53 FE 62 43 0 0 DD 63 33
Octal 4 123 376 142 103 0 0 335 143 63
Binary 100 1010011 11111110 1100010 1000011 0 0 11011101 1100011 110011

Color Harmonies of #0453FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0453FE

Black with #0453FE

Text Example


Text Example

White with #0453FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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