Html Css Color HEX #0481DF Navy Blue

📋 copy color: '#0481DF'

red 4 ◦ green 129 ◦ blue 223

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

Shades of Navy Blue #0481DF

Tints of Navy Blue #0481DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 1.12%
G = 36.24%
B = 62.64%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0481DF (or 0x0481DF) is known color: Navy Blue. HEX triplet: 04, 81 and DF. RGB value is (4,129,223). Sum of RGB (Red+Green+Blue) = 4+129+223=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #0481DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0481DF is #FB7E20. Grayscale: #656565. Windows color (decimal): -16481825 or 14647556. OLE color: 14647556.

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

Color convert

RGB 4 129 223 -
CMYK 0.98 0.42 0 0.13
HSL 205.75º 0.96% 0.45% -
HSV(B) 205.75º 0.98% 0.87% -
XYZ 21.22 21.05 72.76 -
YUV 102.34 196.09 57.86 -
System Red Green Blue C M Y K H S L
Decimal 4 129 223 0.98 0.42 0 0.13 205.75 0.96 0.45
Hex 4 81 DF 62 2A 0 D CE 60 2D
Octal 4 201 337 142 52 0 15 316 140 55
Binary 100 10000001 11011111 1100010 101010 0 1101 11001110 1100000 101101

Color Harmonies of #0481DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0481DF

Black with #0481DF

Text Example


Text Example

White with #0481DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0481DF; }

 p { color: rgb(4,129,223); }

 H1.HeaderClassName
 {
   color: #0481DF;
 }
 .AnyTagClassName
 {
   color: #0481DF;
 }
</style>

background-color css

<style>
 a { background-color: #0481DF; }

 a { background-color: rgb(4,129,223); }

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

border-color css

<style>
 span { border-color: #0481DF; }

 span { border-color: rgb(4,129,223); }

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