Html Css Color HEX #041C4B Sapphire

📋 copy color: '#041C4B'

red 4 ◦ green 28 ◦ blue 75

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

Shades of Sapphire #041C4B

Tints of Sapphire #041C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 70.09%

R = 3.74%
G = 26.17%
B = 70.09%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#041C4B (or 0x041C4B) is known color: Sapphire. HEX triplet: 04, 1C and 4B. RGB value is (4,28,75). Sum of RGB (Red+Green+Blue) = 4+28+75=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #041C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C4B is #FBE3B4. Grayscale: #191919. Windows color (decimal): -16507829 or 4922372. OLE color: 4922372.

HSL color Cylindrical-coordinate representation of color #041C4B: hue angle of 219.72º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041C4B is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 28 75 -
CMYK 0.95 0.63 0 0.71
HSL 219.72º 0.9% 0.15% -
HSV(B) 219.72º 0.95% 0.29% -
XYZ 1.74 1.36 6.83 -
YUV 26.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 4 28 75 0.95 0.63 0 0.71 219.72 0.9 0.15
Hex 4 1C 4B 5F 3F 0 47 DC 5A F
Octal 4 34 113 137 77 0 107 334 132 17
Binary 100 11100 1001011 1011111 111111 0 1000111 11011100 1011010 1111

Color Harmonies of #041C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C4B

Black with #041C4B

Text Example


Text Example

White with #041C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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