Html Css Color HEX #042582 Sapphire

📋 copy color: '#042582'

red 4 ◦ green 37 ◦ blue 130

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

Shades of Sapphire #042582

Tints of Sapphire #042582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 130 (51.17% from 255) = 76.02%

R = 2.34%
G = 21.64%
B = 76.02%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#042582 (or 0x042582) is known color: Sapphire. HEX triplet: 04, 25 and 82. RGB value is (4,37,130). Sum of RGB (Red+Green+Blue) = 4+37+130=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #042582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042582 is #FBDA7D. Grayscale: #252525. Windows color (decimal): -16505470 or 8529156. OLE color: 8529156.

HSL color Cylindrical-coordinate representation of color #042582: hue angle of 224.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042582 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 37 130 -
CMYK 0.97 0.72 0 0.49
HSL 224.29º 0.94% 0.26% -
HSV(B) 224.29º 0.97% 0.51% -
XYZ 4.74 2.96 21.44 -
YUV 37.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 4 37 130 0.97 0.72 0 0.49 224.29 0.94 0.26
Hex 4 25 82 61 48 0 31 E0 5E 1A
Octal 4 45 202 141 110 0 61 340 136 32
Binary 100 100101 10000010 1100001 1001000 0 110001 11100000 1011110 11010

Color Harmonies of #042582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042582

Black with #042582

Text Example


Text Example

White with #042582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042582; }

 p { color: rgb(4,37,130); }

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

background-color css

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

 a { background-color: rgb(4,37,130); }

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

border-color css

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

 span { border-color: rgb(4,37,130); }

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