Html Css Color HEX #041F64 Sapphire

📋 copy color: '#041F64'

red 4 ◦ green 31 ◦ blue 100

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

Shades of Sapphire #041F64

Tints of Sapphire #041F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 74.07%

R = 2.96%
G = 22.96%
B = 74.07%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041F64 (or 0x041F64) is known color: Sapphire. HEX triplet: 04, 1F and 64. RGB value is (4,31,100). Sum of RGB (Red+Green+Blue) = 4+31+100=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #041F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F64 is #FBE09B. Grayscale: #1E1E1E. Windows color (decimal): -16507036 or 6561540. OLE color: 6561540.

HSL color Cylindrical-coordinate representation of color #041F64: hue angle of 223.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F64 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 31 100 -
CMYK 0.96 0.69 0 0.61
HSL 223.13º 0.92% 0.2% -
HSV(B) 223.13º 0.96% 0.39% -
XYZ 2.84 1.93 12.28 -
YUV 30.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 4 31 100 0.96 0.69 0 0.61 223.13 0.92 0.2
Hex 4 1F 64 60 45 0 3D DF 5C 14
Octal 4 37 144 140 105 0 75 337 134 24
Binary 100 11111 1100100 1100000 1000101 0 111101 11011111 1011100 10100

Color Harmonies of #041F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F64

Black with #041F64

Text Example


Text Example

White with #041F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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