Html Css Color HEX #042D6C Sapphire

📋 copy color: '#042D6C'

red 4 ◦ green 45 ◦ blue 108

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

Shades of Sapphire #042D6C

Tints of Sapphire #042D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 2.55%
G = 28.66%
B = 68.79%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#042D6C (or 0x042D6C) is known color: Sapphire. HEX triplet: 04, 2D and 6C. RGB value is (4,45,108). Sum of RGB (Red+Green+Blue) = 4+45+108=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #042D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D6C is #FBD293. Grayscale: #272727. Windows color (decimal): -16503444 or 7089412. OLE color: 7089412.

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

Color convert

RGB 4 45 108 -
CMYK 0.96 0.58 0 0.58
HSL 216.35º 0.93% 0.22% -
HSV(B) 216.35º 0.96% 0.42% -
XYZ 3.7 2.99 14.57 -
YUV 39.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 4 45 108 0.96 0.58 0 0.58 216.35 0.93 0.22
Hex 4 2D 6C 60 3A 0 3A D8 5D 16
Octal 4 55 154 140 72 0 72 330 135 26
Binary 100 101101 1101100 1100000 111010 0 111010 11011000 1011101 10110

Color Harmonies of #042D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D6C

Black with #042D6C

Text Example


Text Example

White with #042D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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