Html Css Color HEX #041F6C Sapphire

📋 copy color: '#041F6C'

red 4 ◦ green 31 ◦ blue 108

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

Shades of Sapphire #041F6C

Tints of Sapphire #041F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 75.52%

R = 2.8%
G = 21.68%
B = 75.52%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#041F6C (or 0x041F6C) is known color: Sapphire. HEX triplet: 04, 1F and 6C. RGB value is (4,31,108). Sum of RGB (Red+Green+Blue) = 4+31+108=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #041F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F6C is #FBE093. Grayscale: #1F1F1F. Windows color (decimal): -16507028 or 7085828. OLE color: 7085828.

HSL color Cylindrical-coordinate representation of color #041F6C: hue angle of 224.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F6C is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 31 108 -
CMYK 0.96 0.71 0 0.58
HSL 224.42º 0.93% 0.22% -
HSV(B) 224.42º 0.96% 0.42% -
XYZ 3.25 2.09 14.42 -
YUV 31.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 4 31 108 0.96 0.71 0 0.58 224.42 0.93 0.22
Hex 4 1F 6C 60 47 0 3A E0 5D 16
Octal 4 37 154 140 107 0 72 340 135 26
Binary 100 11111 1101100 1100000 1000111 0 111010 11100000 1011101 10110

Color Harmonies of #041F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F6C

Black with #041F6C

Text Example


Text Example

White with #041F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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