Html Css Color HEX #0484DE Navy Blue

📋 copy color: '#0484DE'

red 4 ◦ green 132 ◦ blue 222

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

Shades of Navy Blue #0484DE

Tints of Navy Blue #0484DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 1.12%
G = 36.87%
B = 62.01%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0484DE (or 0x0484DE) is known color: Navy Blue. HEX triplet: 04, 84 and DE. RGB value is (4,132,222). Sum of RGB (Red+Green+Blue) = 4+132+222=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #0484DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0484DE is #FB7B21. Grayscale: #676767. Windows color (decimal): -16481058 or 14582788. OLE color: 14582788.

HSL color Cylindrical-coordinate representation of color #0484DE: hue angle of 204.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0484DE is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 132 222 -
CMYK 0.98 0.41 0 0.13
HSL 204.77º 0.96% 0.44% -
HSV(B) 204.77º 0.98% 0.87% -
XYZ 21.49 21.8 72.18 -
YUV 103.99 194.59 56.68 -
System Red Green Blue C M Y K H S L
Decimal 4 132 222 0.98 0.41 0 0.13 204.77 0.96 0.44
Hex 4 84 DE 62 29 0 D CD 60 2C
Octal 4 204 336 142 51 0 15 315 140 54
Binary 100 10000100 11011110 1100010 101001 0 1101 11001101 1100000 101100

Color Harmonies of #0484DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0484DE

Black with #0484DE

Text Example


Text Example

White with #0484DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0484DE; }

 p { color: rgb(4,132,222); }

 H1.HeaderClassName
 {
   color: #0484DE;
 }
 .AnyTagClassName
 {
   color: #0484DE;
 }
</style>

background-color css

<style>
 a { background-color: #0484DE; }

 a { background-color: rgb(4,132,222); }

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

border-color css

<style>
 span { border-color: #0484DE; }

 span { border-color: rgb(4,132,222); }

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