Html Css Color HEX #042581 Sapphire

📋 copy color: '#042581'

red 4 ◦ green 37 ◦ blue 129

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

Shades of Sapphire #042581

Tints of Sapphire #042581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 75.88%

R = 2.35%
G = 21.76%
B = 75.88%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#042581 (or 0x042581) is known color: Sapphire. HEX triplet: 04, 25 and 81. RGB value is (4,37,129). Sum of RGB (Red+Green+Blue) = 4+37+129=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 129 (50.78% from 255 or 75.88% from 170); Max value from RGB is 129 - color contains mainly: blue. Hex color #042581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042581 is #FBDA7E. Grayscale: #252525. Windows color (decimal): -16505471 or 8463620. OLE color: 8463620.

HSL color Cylindrical-coordinate representation of color #042581: hue angle of 224.16º 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 #042581 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 37 129 -
CMYK 0.97 0.71 0 0.49
HSL 224.16º 0.94% 0.26% -
HSV(B) 224.16º 0.97% 0.51% -
XYZ 4.67 2.93 21.09 -
YUV 37.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 4 37 129 0.97 0.71 0 0.49 224.16 0.94 0.26
Hex 4 25 81 61 47 0 31 E0 5E 1A
Octal 4 45 201 141 107 0 61 340 136 32
Binary 100 100101 10000001 1100001 1000111 0 110001 11100000 1011110 11010

Color Harmonies of #042581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042581

Black with #042581

Text Example


Text Example

White with #042581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042581; }

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

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

background-color css

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

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

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

border-color css

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

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

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