Html Css Color HEX #041052 Sapphire

📋 copy color: '#041052'

red 4 ◦ green 16 ◦ blue 82

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

Shades of Sapphire #041052

Tints of Sapphire #041052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.69%

 BLUE value IS 82 (32.42% from 255) = 80.39%

R = 3.92%
G = 15.69%
B = 80.39%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#041052 (or 0x041052) is known color: Sapphire. HEX triplet: 04, 10 and 52. RGB value is (4,16,82). Sum of RGB (Red+Green+Blue) = 4+16+82=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #041052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041052 is #FBEFAD. Grayscale: #131313. Windows color (decimal): -16510894 or 5378052. OLE color: 5378052.

HSL color Cylindrical-coordinate representation of color #041052: hue angle of 230.77º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041052 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 16 82 -
CMYK 0.95 0.80 0 0.68
HSL 230.77º 0.91% 0.17% -
HSV(B) 230.77º 0.95% 0.32% -
XYZ 1.76 1.01 8.08 -
YUV 19.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 4 16 82 0.95 0.80 0 0.68 230.77 0.91 0.17
Hex 4 10 52 5F 50 0 44 E7 5B 11
Octal 4 20 122 137 120 0 104 347 133 21
Binary 100 10000 1010010 1011111 1010000 0 1000100 11100111 1011011 10001

Color Harmonies of #041052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041052

Black with #041052

Text Example


Text Example

White with #041052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041052; }

 p { color: rgb(4,16,82); }

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

background-color css

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

 a { background-color: rgb(4,16,82); }

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

border-color css

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

 span { border-color: rgb(4,16,82); }

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