Html Css Color HEX #042365 Sapphire

📋 copy color: '#042365'

red 4 ◦ green 35 ◦ blue 101

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

Shades of Sapphire #042365

Tints of Sapphire #042365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

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

R = 2.86%
G = 25%
B = 72.14%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042365 (or 0x042365) is known color: Sapphire. HEX triplet: 04, 23 and 65. RGB value is (4,35,101). Sum of RGB (Red+Green+Blue) = 4+35+101=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #042365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042365 is #FBDC9A. Grayscale: #202020. Windows color (decimal): -16506011 or 6628100. OLE color: 6628100.

HSL color Cylindrical-coordinate representation of color #042365: hue angle of 220.82º 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 #042365 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 35 101 -
CMYK 0.96 0.65 0 0.60
HSL 220.82º 0.92% 0.21% -
HSV(B) 220.82º 0.96% 0.4% -
XYZ 3 2.17 12.57 -
YUV 33.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 4 35 101 0.96 0.65 0 0.60 220.82 0.92 0.21
Hex 4 23 65 60 41 0 3C DD 5C 15
Octal 4 43 145 140 101 0 74 335 134 25
Binary 100 100011 1100101 1100000 1000001 0 111100 11011101 1011100 10101

Color Harmonies of #042365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042365

Black with #042365

Text Example


Text Example

White with #042365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042365; }

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

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

background-color css

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

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

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

border-color css

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

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

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