Html Css Color HEX #041853 Sapphire

📋 copy color: '#041853'

red 4 ◦ green 24 ◦ blue 83

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

Shades of Sapphire #041853

Tints of Sapphire #041853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 74.77%

R = 3.6%
G = 21.62%
B = 74.77%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041853 (or 0x041853) is known color: Sapphire. HEX triplet: 04, 18 and 53. RGB value is (4,24,83). Sum of RGB (Red+Green+Blue) = 4+24+83=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #041853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041853 is #FBE7AC. Grayscale: #181818. Windows color (decimal): -16508845 or 5445636. OLE color: 5445636.

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

Color convert

RGB 4 24 83 -
CMYK 0.95 0.71 0 0.67
HSL 224.81º 0.91% 0.17% -
HSV(B) 224.81º 0.95% 0.33% -
XYZ 1.94 1.3 8.33 -
YUV 24.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 4 24 83 0.95 0.71 0 0.67 224.81 0.91 0.17
Hex 4 18 53 5F 47 0 43 E1 5B 11
Octal 4 30 123 137 107 0 103 341 133 21
Binary 100 11000 1010011 1011111 1000111 0 1000011 11100001 1011011 10001

Color Harmonies of #041853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041853

Black with #041853

Text Example


Text Example

White with #041853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041853; }

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

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

background-color css

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

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

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

border-color css

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

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

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