Html Css Color HEX #0552FD Navy Blue

📋 copy color: '#0552FD'

red 5 ◦ green 82 ◦ blue 253

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

Shades of Navy Blue #0552FD

Tints of Navy Blue #0552FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 253 (99.22% from 255) = 74.41%

R = 1.47%
G = 24.12%
B = 74.41%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0552FD (or 0x0552FD) is known color: Navy Blue. HEX triplet: 05, 52 and FD. RGB value is (5,82,253). Sum of RGB (Red+Green+Blue) = 5+82+253=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #0552FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0552FD is #FAAD02. Grayscale: #4D4D4D. Windows color (decimal): -16428291 or 16601605. OLE color: 16601605.

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

Color convert

RGB 5 82 253 -
CMYK 0.98 0.68 0 0.01
HSL 221.37º 0.98% 0.51% -
HSV(B) 221.37º 0.98% 0.99% -
XYZ 20.81 13.16 94.37 -
YUV 78.47 226.49 75.6 -
System Red Green Blue C M Y K H S L
Decimal 5 82 253 0.98 0.68 0 0.01 221.37 0.98 0.51
Hex 5 52 FD 62 44 0 1 DD 62 33
Octal 5 122 375 142 104 0 1 335 142 63
Binary 101 1010010 11111101 1100010 1000100 0 1 11011101 1100010 110011

Color Harmonies of #0552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552FD

Black with #0552FD

Text Example


Text Example

White with #0552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0552FD; }

 p { color: rgb(5,82,253); }

 H1.HeaderClassName
 {
   color: #0552FD;
 }
 .AnyTagClassName
 {
   color: #0552FD;
 }
</style>

background-color css

<style>
 a { background-color: #0552FD; }

 a { background-color: rgb(5,82,253); }

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

border-color css

<style>
 span { border-color: #0552FD; }

 span { border-color: rgb(5,82,253); }

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