Html Css Color HEX #041C63 Sapphire

📋 copy color: '#041C63'

red 4 ◦ green 28 ◦ blue 99

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

Shades of Sapphire #041C63

Tints of Sapphire #041C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

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

R = 3.05%
G = 21.37%
B = 75.57%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041C63 (or 0x041C63) is known color: Sapphire. HEX triplet: 04, 1C and 63. RGB value is (4,28,99). Sum of RGB (Red+Green+Blue) = 4+28+99=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #041C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C63 is #FBE39C. Grayscale: #1C1C1C. Windows color (decimal): -16507805 or 6495236. OLE color: 6495236.

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

Color convert

RGB 4 28 99 -
CMYK 0.96 0.72 0 0.61
HSL 224.84º 0.92% 0.2% -
HSV(B) 224.84º 0.96% 0.39% -
XYZ 2.72 1.76 12 -
YUV 28.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 4 28 99 0.96 0.72 0 0.61 224.84 0.92 0.2
Hex 4 1C 63 60 48 0 3D E1 5C 14
Octal 4 34 143 140 110 0 75 341 134 24
Binary 100 11100 1100011 1100000 1001000 0 111101 11100001 1011100 10100

Color Harmonies of #041C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C63

Black with #041C63

Text Example


Text Example

White with #041C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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