Html Css Color HEX #041A68 Sapphire

📋 copy color: '#041A68'

red 4 ◦ green 26 ◦ blue 104

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

Shades of Sapphire #041A68

Tints of Sapphire #041A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.4%

 BLUE value IS 104 (41.02% from 255) = 77.61%

R = 2.99%
G = 19.4%
B = 77.61%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041A68 (or 0x041A68) is known color: Sapphire. HEX triplet: 04, 1A and 68. RGB value is (4,26,104). Sum of RGB (Red+Green+Blue) = 4+26+104=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #041A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A68 is #FBE597. Grayscale: #1B1B1B. Windows color (decimal): -16508312 or 6822404. OLE color: 6822404.

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

Color convert

RGB 4 26 104 -
CMYK 0.96 0.75 0 0.59
HSL 226.8º 0.93% 0.21% -
HSV(B) 226.8º 0.96% 0.41% -
XYZ 2.92 1.76 13.28 -
YUV 28.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 4 26 104 0.96 0.75 0 0.59 226.8 0.93 0.21
Hex 4 1A 68 60 4B 0 3B E3 5D 15
Octal 4 32 150 140 113 0 73 343 135 25
Binary 100 11010 1101000 1100000 1001011 0 111011 11100011 1011101 10101

Color Harmonies of #041A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A68

Black with #041A68

Text Example


Text Example

White with #041A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,26,104); }

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

background-color css

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

 a { background-color: rgb(4,26,104); }

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

border-color css

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

 span { border-color: rgb(4,26,104); }

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