Html Css Color HEX #041452 Sapphire

📋 copy color: '#041452'

red 4 ◦ green 20 ◦ blue 82

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

Shades of Sapphire #041452

Tints of Sapphire #041452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

 BLUE value IS 82 (32.42% from 255) = 77.36%

R = 3.77%
G = 18.87%
B = 77.36%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#041452 (or 0x041452) is known color: Sapphire. HEX triplet: 04, 14 and 52. RGB value is (4,20,82). Sum of RGB (Red+Green+Blue) = 4+20+82=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #041452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041452 is #FBEBAD. Grayscale: #161616. Windows color (decimal): -16509870 or 5379076. OLE color: 5379076.

HSL color Cylindrical-coordinate representation of color #041452: hue angle of 227.69º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041452 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 20 82 -
CMYK 0.95 0.76 0 0.68
HSL 227.69º 0.91% 0.17% -
HSV(B) 227.69º 0.95% 0.32% -
XYZ 1.82 1.14 8.11 -
YUV 22.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 4 20 82 0.95 0.76 0 0.68 227.69 0.91 0.17
Hex 4 14 52 5F 4C 0 44 E4 5B 11
Octal 4 24 122 137 114 0 104 344 133 21
Binary 100 10100 1010010 1011111 1001100 0 1000100 11100100 1011011 10001

Color Harmonies of #041452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041452

Black with #041452

Text Example


Text Example

White with #041452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041452; }

 p { color: rgb(4,20,82); }

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

background-color css

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

 a { background-color: rgb(4,20,82); }

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

border-color css

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

 span { border-color: rgb(4,20,82); }

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