Html Css Color HEX #042D6D Sapphire

📋 copy color: '#042D6D'

red 4 ◦ green 45 ◦ blue 109

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

Shades of Sapphire #042D6D

Tints of Sapphire #042D6D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 2.53%
G = 28.48%
B = 68.99%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#042D6D (or 0x042D6D) is known color: Sapphire. HEX triplet: 04, 2D and 6D. RGB value is (4,45,109). Sum of RGB (Red+Green+Blue) = 4+45+109=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #042D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D6D is #FBD292. Grayscale: #272727. Windows color (decimal): -16503443 or 7154948. OLE color: 7154948.

HSL color Cylindrical-coordinate representation of color #042D6D: hue angle of 216.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042D6D is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 45 109 -
CMYK 0.96 0.59 0 0.57
HSL 216.57º 0.93% 0.22% -
HSV(B) 216.57º 0.96% 0.43% -
XYZ 3.75 3.01 14.85 -
YUV 40.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 4 45 109 0.96 0.59 0 0.57 216.57 0.93 0.22
Hex 4 2D 6D 60 3B 0 39 D9 5D 16
Octal 4 55 155 140 73 0 71 331 135 26
Binary 100 101101 1101101 1100000 111011 0 111001 11011001 1011101 10110

Color Harmonies of #042D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D6D

Black with #042D6D

Text Example


Text Example

White with #042D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042D6D; }

 p { color: rgb(4,45,109); }

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

background-color css

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

 a { background-color: rgb(4,45,109); }

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

border-color css

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

 span { border-color: rgb(4,45,109); }

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