Html Css Color HEX #0455FC Navy Blue

📋 copy color: '#0455FC'

red 4 ◦ green 85 ◦ blue 252

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

Shades of Navy Blue #0455FC

Tints of Navy Blue #0455FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 252 (98.83% from 255) = 73.9%

R = 1.17%
G = 24.93%
B = 73.9%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0455FC (or 0x0455FC) is known color: Navy Blue. HEX triplet: 04, 55 and FC. RGB value is (4,85,252). Sum of RGB (Red+Green+Blue) = 4+85+252=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #0455FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0455FC is #FBAA03. Grayscale: #4F4F4F. Windows color (decimal): -16493060 or 16536836. OLE color: 16536836.

HSL color Cylindrical-coordinate representation of color #0455FC: hue angle of 220.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0455FC is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 85 252 -
CMYK 0.98 0.66 0 0.01
HSL 220.4º 0.98% 0.5% -
HSV(B) 220.4º 0.98% 0.99% -
XYZ 20.87 13.55 93.61 -
YUV 79.82 225.16 73.92 -
System Red Green Blue C M Y K H S L
Decimal 4 85 252 0.98 0.66 0 0.01 220.4 0.98 0.5
Hex 4 55 FC 62 42 0 1 DC 62 32
Octal 4 125 374 142 102 0 1 334 142 62
Binary 100 1010101 11111100 1100010 1000010 0 1 11011100 1100010 110010

Color Harmonies of #0455FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0455FC

Black with #0455FC

Text Example


Text Example

White with #0455FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0455FC; }

 p { color: rgb(4,85,252); }

 H1.HeaderClassName
 {
   color: #0455FC;
 }
 .AnyTagClassName
 {
   color: #0455FC;
 }
</style>

background-color css

<style>
 a { background-color: #0455FC; }

 a { background-color: rgb(4,85,252); }

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

border-color css

<style>
 span { border-color: #0455FC; }

 span { border-color: rgb(4,85,252); }

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