Html Css Color HEX #041153 Sapphire

📋 copy color: '#041153'

red 4 ◦ green 17 ◦ blue 83

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

Shades of Sapphire #041153

Tints of Sapphire #041153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

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

R = 3.85%
G = 16.35%
B = 79.81%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041153 (or 0x041153) is known color: Sapphire. HEX triplet: 04, 11 and 53. RGB value is (4,17,83). Sum of RGB (Red+Green+Blue) = 4+17+83=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #041153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041153 is #FBEEAC. Grayscale: #141414. Windows color (decimal): -16510637 or 5443844. OLE color: 5443844.

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

Color convert

RGB 4 17 83 -
CMYK 0.95 0.80 0 0.67
HSL 230.13º 0.91% 0.17% -
HSV(B) 230.13º 0.95% 0.33% -
XYZ 1.81 1.05 8.29 -
YUV 20.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 4 17 83 0.95 0.80 0 0.67 230.13 0.91 0.17
Hex 4 11 53 5F 50 0 43 E6 5B 11
Octal 4 21 123 137 120 0 103 346 133 21
Binary 100 10001 1010011 1011111 1010000 0 1000011 11100110 1011011 10001

Color Harmonies of #041153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041153

Black with #041153

Text Example


Text Example

White with #041153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041153; }

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

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

background-color css

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

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

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

border-color css

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

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

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