Html Css Color HEX #042065 Sapphire

📋 copy color: '#042065'

red 4 ◦ green 32 ◦ blue 101

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

Shades of Sapphire #042065

Tints of Sapphire #042065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

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

R = 2.92%
G = 23.36%
B = 73.72%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042065 (or 0x042065) is known color: Sapphire. HEX triplet: 04, 20 and 65. RGB value is (4,32,101). Sum of RGB (Red+Green+Blue) = 4+32+101=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 101 (39.84% from 255 or 73.72% from 137); Max value from RGB is 101 - color contains mainly: blue. Hex color #042065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042065 is #FBDF9A. Grayscale: #1F1F1F. Windows color (decimal): -16506779 or 6627332. OLE color: 6627332.

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

Color convert

RGB 4 32 101 -
CMYK 0.96 0.68 0 0.60
HSL 222.68º 0.92% 0.21% -
HSV(B) 222.68º 0.96% 0.4% -
XYZ 2.92 2 12.54 -
YUV 31.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 4 32 101 0.96 0.68 0 0.60 222.68 0.92 0.21
Hex 4 20 65 60 44 0 3C DF 5C 15
Octal 4 40 145 140 104 0 74 337 134 25
Binary 100 100000 1100101 1100000 1000100 0 111100 11011111 1011100 10101

Color Harmonies of #042065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042065

Black with #042065

Text Example


Text Example

White with #042065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042065; }

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

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

background-color css

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

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

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

border-color css

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

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

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