Html Css Color HEX #041F67 Sapphire

📋 copy color: '#041F67'

red 4 ◦ green 31 ◦ blue 103

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

Shades of Sapphire #041F67

Tints of Sapphire #041F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 74.64%

R = 2.9%
G = 22.46%
B = 74.64%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#041F67 (or 0x041F67) is known color: Sapphire. HEX triplet: 04, 1F and 67. RGB value is (4,31,103). Sum of RGB (Red+Green+Blue) = 4+31+103=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #041F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F67 is #FBE098. Grayscale: #1E1E1E. Windows color (decimal): -16507033 or 6758148. OLE color: 6758148.

HSL color Cylindrical-coordinate representation of color #041F67: hue angle of 223.64º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F67 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 31 103 -
CMYK 0.96 0.70 0 0.60
HSL 223.64º 0.93% 0.21% -
HSV(B) 223.64º 0.96% 0.4% -
XYZ 2.99 1.99 13.06 -
YUV 31.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 4 31 103 0.96 0.70 0 0.60 223.64 0.93 0.21
Hex 4 1F 67 60 46 0 3C E0 5D 15
Octal 4 37 147 140 106 0 74 340 135 25
Binary 100 11111 1100111 1100000 1000110 0 111100 11100000 1011101 10101

Color Harmonies of #041F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F67

Black with #041F67

Text Example


Text Example

White with #041F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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