Html Css Color HEX #041B63 Sapphire

📋 copy color: '#041B63'

red 4 ◦ green 27 ◦ blue 99

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

Shades of Sapphire #041B63

Tints of Sapphire #041B63

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

 BLUE value IS 99 (39.06% from 255) = 76.15%

R = 3.08%
G = 20.77%
B = 76.15%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041B63 (or 0x041B63) is known color: Sapphire. HEX triplet: 04, 1B and 63. RGB value is (4,27,99). Sum of RGB (Red+Green+Blue) = 4+27+99=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #041B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041B63 is #FBE49C. Grayscale: #1C1C1C. Windows color (decimal): -16508061 or 6494980. OLE color: 6494980.

HSL color Cylindrical-coordinate representation of color #041B63: hue angle of 225.47º 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 #041B63 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 27 99 -
CMYK 0.96 0.73 0 0.61
HSL 225.47º 0.92% 0.2% -
HSV(B) 225.47º 0.96% 0.39% -
XYZ 2.69 1.71 11.99 -
YUV 28.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 4 27 99 0.96 0.73 0 0.61 225.47 0.92 0.2
Hex 4 1B 63 60 49 0 3D E1 5C 14
Octal 4 33 143 140 111 0 75 341 134 24
Binary 100 11011 1100011 1100000 1001001 0 111101 11100001 1011100 10100

Color Harmonies of #041B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041B63

Black with #041B63

Text Example


Text Example

White with #041B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,27,99); }

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

background-color css

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

 a { background-color: rgb(4,27,99); }

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

border-color css

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

 span { border-color: rgb(4,27,99); }

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