Html Css Color HEX #042475 Sapphire

📋 copy color: '#042475'

red 4 ◦ green 36 ◦ blue 117

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

Shades of Sapphire #042475

Tints of Sapphire #042475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 2.55%
G = 22.93%
B = 74.52%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042475 (or 0x042475) is known color: Sapphire. HEX triplet: 04, 24 and 75. RGB value is (4,36,117). Sum of RGB (Red+Green+Blue) = 4+36+117=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #042475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042475 is #FBDB8A. Grayscale: #232323. Windows color (decimal): -16505739 or 7676932. OLE color: 7676932.

HSL color Cylindrical-coordinate representation of color #042475: hue angle of 223.01º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042475 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 36 117 -
CMYK 0.97 0.69 0 0.54
HSL 223.01º 0.93% 0.24% -
HSV(B) 223.01º 0.97% 0.46% -
XYZ 3.89 2.57 17.12 -
YUV 35.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 4 36 117 0.97 0.69 0 0.54 223.01 0.93 0.24
Hex 4 24 75 61 45 0 36 DF 5D 18
Octal 4 44 165 141 105 0 66 337 135 30
Binary 100 100100 1110101 1100001 1000101 0 110110 11011111 1011101 11000

Color Harmonies of #042475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042475

Black with #042475

Text Example


Text Example

White with #042475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042475; }

 p { color: rgb(4,36,117); }

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

background-color css

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

 a { background-color: rgb(4,36,117); }

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

border-color css

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

 span { border-color: rgb(4,36,117); }

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