Html Css Color HEX #042681 Sapphire

📋 copy color: '#042681'

red 4 ◦ green 38 ◦ blue 129

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

Shades of Sapphire #042681

Tints of Sapphire #042681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

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

R = 2.34%
G = 22.22%
B = 75.44%

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

#042681 (or 0x042681) is known color: Sapphire. HEX triplet: 04, 26 and 81. RGB value is (4,38,129). Sum of RGB (Red+Green+Blue) = 4+38+129=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 129 (50.78% from 255 or 75.44% from 171); Max value from RGB is 129 - color contains mainly: blue. Hex color #042681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042681 is #FBD97E. Grayscale: #252525. Windows color (decimal): -16505215 or 8463876. OLE color: 8463876.

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

Color convert

RGB 4 38 129 -
CMYK 0.97 0.71 0 0.49
HSL 223.68º 0.94% 0.26% -
HSV(B) 223.68º 0.97% 0.51% -
XYZ 4.71 3 21.1 -
YUV 38.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 4 38 129 0.97 0.71 0 0.49 223.68 0.94 0.26
Hex 4 26 81 61 47 0 31 E0 5E 1A
Octal 4 46 201 141 107 0 61 340 136 32
Binary 100 100110 10000001 1100001 1000111 0 110001 11100000 1011110 11010

Color Harmonies of #042681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042681

Black with #042681

Text Example


Text Example

White with #042681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042681; }

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

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

background-color css

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

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

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

border-color css

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

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

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