Html Css Color HEX #042465 Sapphire

📋 copy color: '#042465'

red 4 ◦ green 36 ◦ blue 101

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

Shades of Sapphire #042465

Tints of Sapphire #042465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 71.63%

R = 2.84%
G = 25.53%
B = 71.63%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042465 (or 0x042465) is known color: Sapphire. HEX triplet: 04, 24 and 65. RGB value is (4,36,101). Sum of RGB (Red+Green+Blue) = 4+36+101=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #042465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042465 is #FBDB9A. Grayscale: #212121. Windows color (decimal): -16505755 or 6628356. OLE color: 6628356.

HSL color Cylindrical-coordinate representation of color #042465: hue angle of 220.21º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042465 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 36 101 -
CMYK 0.96 0.64 0 0.60
HSL 220.21º 0.92% 0.21% -
HSV(B) 220.21º 0.96% 0.4% -
XYZ 3.03 2.23 12.58 -
YUV 33.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 4 36 101 0.96 0.64 0 0.60 220.21 0.92 0.21
Hex 4 24 65 60 40 0 3C DC 5C 15
Octal 4 44 145 140 100 0 74 334 134 25
Binary 100 100100 1100101 1100000 1000000 0 111100 11011100 1011100 10101

Color Harmonies of #042465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042465

Black with #042465

Text Example


Text Example

White with #042465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042465; }

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

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

background-color css

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

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

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

border-color css

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

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

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