Html Css Color HEX #0584DB Navy Blue

📋 copy color: '#0584DB'

red 5 ◦ green 132 ◦ blue 219

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

Shades of Navy Blue #0584DB

Tints of Navy Blue #0584DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 1.4%
G = 37.08%
B = 61.52%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0584DB (or 0x0584DB) is known color: Navy Blue. HEX triplet: 05, 84 and DB. RGB value is (5,132,219). Sum of RGB (Red+Green+Blue) = 5+132+219=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #0584DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584DB is #FA7B24. Grayscale: #676767. Windows color (decimal): -16415525 or 14386181. OLE color: 14386181.

HSL color Cylindrical-coordinate representation of color #0584DB: hue angle of 204.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0584DB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 132 219 -
CMYK 0.98 0.40 0 0.14
HSL 204.39º 0.96% 0.44% -
HSV(B) 204.39º 0.98% 0.86% -
XYZ 21.1 21.65 70.08 -
YUV 103.95 192.92 57.43 -
System Red Green Blue C M Y K H S L
Decimal 5 132 219 0.98 0.40 0 0.14 204.39 0.96 0.44
Hex 5 84 DB 62 28 0 E CC 60 2C
Octal 5 204 333 142 50 0 16 314 140 54
Binary 101 10000100 11011011 1100010 101000 0 1110 11001100 1100000 101100

Color Harmonies of #0584DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0584DB

Black with #0584DB

Text Example


Text Example

White with #0584DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0584DB; }

 p { color: rgb(5,132,219); }

 H1.HeaderClassName
 {
   color: #0584DB;
 }
 .AnyTagClassName
 {
   color: #0584DB;
 }
</style>

background-color css

<style>
 a { background-color: #0584DB; }

 a { background-color: rgb(5,132,219); }

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

border-color css

<style>
 span { border-color: #0584DB; }

 span { border-color: rgb(5,132,219); }

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