Html Css Color HEX #0553F3 Navy Blue

📋 copy color: '#0553F3'

red 5 ◦ green 83 ◦ blue 243

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

Shades of Navy Blue #0553F3

Tints of Navy Blue #0553F3

RGB

 RED value IS 5 (2.34% from 255) = 1.51%

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

 BLUE value IS 243 (95.31% from 255) = 73.41%

R = 1.51%
G = 25.08%
B = 73.41%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0553F3 (or 0x0553F3) is known color: Navy Blue. HEX triplet: 05, 53 and F3. RGB value is (5,83,243). Sum of RGB (Red+Green+Blue) = 5+83+243=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 243 (95.31% from 255 or 73.41% from 331); Max value from RGB is 243 - color contains mainly: blue. Hex color #0553F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0553F3 is #FAAC0C. Grayscale: #4D4D4D. Windows color (decimal): -16428045 or 15946501. OLE color: 15946501.

HSL color Cylindrical-coordinate representation of color #0553F3: hue angle of 220.34º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0553F3 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 83 243 -
CMYK 0.98 0.66 0 0.05
HSL 220.34º 0.96% 0.49% -
HSV(B) 220.34º 0.98% 0.95% -
XYZ 19.33 12.69 86.22 -
YUV 77.92 221.16 75.99 -
System Red Green Blue C M Y K H S L
Decimal 5 83 243 0.98 0.66 0 0.05 220.34 0.96 0.49
Hex 5 53 F3 62 42 0 5 DC 60 31
Octal 5 123 363 142 102 0 5 334 140 61
Binary 101 1010011 11110011 1100010 1000010 0 101 11011100 1100000 110001

Color Harmonies of #0553F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553F3

Black with #0553F3

Text Example


Text Example

White with #0553F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0553F3; }

 p { color: rgb(5,83,243); }

 H1.HeaderClassName
 {
   color: #0553F3;
 }
 .AnyTagClassName
 {
   color: #0553F3;
 }
</style>

background-color css

<style>
 a { background-color: #0553F3; }

 a { background-color: rgb(5,83,243); }

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

border-color css

<style>
 span { border-color: #0553F3; }

 span { border-color: rgb(5,83,243); }

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