Html Css Color HEX #041C69 Sapphire

📋 copy color: '#041C69'

red 4 ◦ green 28 ◦ blue 105

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

Shades of Sapphire #041C69

Tints of Sapphire #041C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 76.64%

R = 2.92%
G = 20.44%
B = 76.64%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041C69 (or 0x041C69) is known color: Sapphire. HEX triplet: 04, 1C and 69. RGB value is (4,28,105). Sum of RGB (Red+Green+Blue) = 4+28+105=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 105 (41.41% from 255 or 76.64% from 137); Max value from RGB is 105 - color contains mainly: blue. Hex color #041C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C69 is #FBE396. Grayscale: #1D1D1D. Windows color (decimal): -16507799 or 6888452. OLE color: 6888452.

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

Color convert

RGB 4 28 105 -
CMYK 0.96 0.73 0 0.59
HSL 225.74º 0.93% 0.21% -
HSV(B) 225.74º 0.96% 0.41% -
XYZ 3.02 1.88 13.57 -
YUV 29.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 4 28 105 0.96 0.73 0 0.59 225.74 0.93 0.21
Hex 4 1C 69 60 49 0 3B E2 5D 15
Octal 4 34 151 140 111 0 73 342 135 25
Binary 100 11100 1101001 1100000 1001001 0 111011 11100010 1011101 10101

Color Harmonies of #041C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C69

Black with #041C69

Text Example


Text Example

White with #041C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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