Html Css Color HEX #041852 Sapphire

📋 copy color: '#041852'

red 4 ◦ green 24 ◦ blue 82

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

Shades of Sapphire #041852

Tints of Sapphire #041852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.82%

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

R = 3.64%
G = 21.82%
B = 74.55%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#041852 (or 0x041852) is known color: Sapphire. HEX triplet: 04, 18 and 52. RGB value is (4,24,82). Sum of RGB (Red+Green+Blue) = 4+24+82=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #041852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041852 is #FBE7AD. Grayscale: #181818. Windows color (decimal): -16508846 or 5380100. OLE color: 5380100.

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

Color convert

RGB 4 24 82 -
CMYK 0.95 0.71 0 0.68
HSL 224.62º 0.91% 0.17% -
HSV(B) 224.62º 0.95% 0.32% -
XYZ 1.9 1.29 8.13 -
YUV 24.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 4 24 82 0.95 0.71 0 0.68 224.62 0.91 0.17
Hex 4 18 52 5F 47 0 44 E1 5B 11
Octal 4 30 122 137 107 0 104 341 133 21
Binary 100 11000 1010010 1011111 1000111 0 1000100 11100001 1011011 10001

Color Harmonies of #041852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041852

Black with #041852

Text Example


Text Example

White with #041852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041852; }

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

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

background-color css

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

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

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

border-color css

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

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

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