Html Css Color HEX #041B68 Sapphire

📋 copy color: '#041B68'

red 4 ◦ green 27 ◦ blue 104

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

Shades of Sapphire #041B68

Tints of Sapphire #041B68

RGB

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

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

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

R = 2.96%
G = 20%
B = 77.04%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041B68 (or 0x041B68) is known color: Sapphire. HEX triplet: 04, 1B and 68. RGB value is (4,27,104). Sum of RGB (Red+Green+Blue) = 4+27+104=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #041B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041B68 is #FBE497. Grayscale: #1C1C1C. Windows color (decimal): -16508056 or 6822660. OLE color: 6822660.

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

Color convert

RGB 4 27 104 -
CMYK 0.96 0.74 0 0.59
HSL 226.2º 0.93% 0.21% -
HSV(B) 226.2º 0.96% 0.41% -
XYZ 2.94 1.81 13.29 -
YUV 28.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 4 27 104 0.96 0.74 0 0.59 226.2 0.93 0.21
Hex 4 1B 68 60 4A 0 3B E2 5D 15
Octal 4 33 150 140 112 0 73 342 135 25
Binary 100 11011 1101000 1100000 1001010 0 111011 11100010 1011101 10101

Color Harmonies of #041B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041B68

Black with #041B68

Text Example


Text Example

White with #041B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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