Html Css Color HEX #041F62 Sapphire

📋 copy color: '#041F62'

red 4 ◦ green 31 ◦ blue 98

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

Shades of Sapphire #041F62

Tints of Sapphire #041F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 73.68%

R = 3.01%
G = 23.31%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#041F62 (or 0x041F62) is known color: Sapphire. HEX triplet: 04, 1F and 62. RGB value is (4,31,98). Sum of RGB (Red+Green+Blue) = 4+31+98=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #041F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F62 is #FBE09D. Grayscale: #1E1E1E. Windows color (decimal): -16507038 or 6430468. OLE color: 6430468.

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

Color convert

RGB 4 31 98 -
CMYK 0.96 0.68 0 0.62
HSL 222.77º 0.92% 0.2% -
HSV(B) 222.77º 0.96% 0.38% -
XYZ 2.74 1.89 11.77 -
YUV 30.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 4 31 98 0.96 0.68 0 0.62 222.77 0.92 0.2
Hex 4 1F 62 60 44 0 3E DF 5C 14
Octal 4 37 142 140 104 0 76 337 134 24
Binary 100 11111 1100010 1100000 1000100 0 111110 11011111 1011100 10100

Color Harmonies of #041F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F62

Black with #041F62

Text Example


Text Example

White with #041F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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