Html Css Color HEX #041F5C Sapphire

📋 copy color: '#041F5C'

red 4 ◦ green 31 ◦ blue 92

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

Shades of Sapphire #041F5C

Tints of Sapphire #041F5C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 92 (36.33% from 255) = 72.44%

R = 3.15%
G = 24.41%
B = 72.44%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#041F5C (or 0x041F5C) is known color: Sapphire. HEX triplet: 04, 1F and 5C. RGB value is (4,31,92). Sum of RGB (Red+Green+Blue) = 4+31+92=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #041F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F5C is #FBE0A3. Grayscale: #1D1D1D. Windows color (decimal): -16507044 or 6037252. OLE color: 6037252.

HSL color Cylindrical-coordinate representation of color #041F5C: hue angle of 221.59º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F5C is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 31 92 -
CMYK 0.96 0.66 0 0.64
HSL 221.59º 0.92% 0.19% -
HSV(B) 221.59º 0.96% 0.36% -
XYZ 2.47 1.78 10.34 -
YUV 29.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 4 31 92 0.96 0.66 0 0.64 221.59 0.92 0.19
Hex 4 1F 5C 60 42 0 40 DE 5C 13
Octal 4 37 134 140 102 0 100 336 134 23
Binary 100 11111 1011100 1100000 1000010 0 1000000 11011110 1011100 10011

Color Harmonies of #041F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F5C

Black with #041F5C

Text Example


Text Example

White with #041F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041F5C; }

 p { color: rgb(4,31,92); }

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

background-color css

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

 a { background-color: rgb(4,31,92); }

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

border-color css

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

 span { border-color: rgb(4,31,92); }

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