Html Css Color HEX #042968 Sapphire

📋 copy color: '#042968'

red 4 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #042968

Tints of Sapphire #042968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 104 (41.02% from 255) = 69.8%

R = 2.68%
G = 27.52%
B = 69.8%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042968 (or 0x042968) is known color: Sapphire. HEX triplet: 04, 29 and 68. RGB value is (4,41,104). Sum of RGB (Red+Green+Blue) = 4+41+104=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #042968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042968 is #FBD697. Grayscale: #242424. Windows color (decimal): -16504472 or 6826244. OLE color: 6826244.

HSL color Cylindrical-coordinate representation of color #042968: hue angle of 217.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042968 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 41 104 -
CMYK 0.96 0.61 0 0.59
HSL 217.8º 0.93% 0.21% -
HSV(B) 217.8º 0.96% 0.41% -
XYZ 3.34 2.61 13.42 -
YUV 37.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 4 41 104 0.96 0.61 0 0.59 217.8 0.93 0.21
Hex 4 29 68 60 3D 0 3B DA 5D 15
Octal 4 51 150 140 75 0 73 332 135 25
Binary 100 101001 1101000 1100000 111101 0 111011 11011010 1011101 10101

Color Harmonies of #042968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042968

Black with #042968

Text Example


Text Example

White with #042968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042968; }

 p { color: rgb(4,41,104); }

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

background-color css

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

 a { background-color: rgb(4,41,104); }

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

border-color css

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

 span { border-color: rgb(4,41,104); }

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