Html Css Color HEX #042967 Sapphire

📋 copy color: '#042967'

red 4 ◦ green 41 ◦ blue 103

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

Shades of Sapphire #042967

Tints of Sapphire #042967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 69.59%

R = 2.7%
G = 27.7%
B = 69.59%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042967 (or 0x042967) is known color: Sapphire. HEX triplet: 04, 29 and 67. RGB value is (4,41,103). Sum of RGB (Red+Green+Blue) = 4+41+103=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #042967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042967 is #FBD698. Grayscale: #242424. Windows color (decimal): -16504473 or 6760708. OLE color: 6760708.

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

Color convert

RGB 4 41 103 -
CMYK 0.96 0.60 0 0.60
HSL 217.58º 0.93% 0.21% -
HSV(B) 217.58º 0.96% 0.4% -
XYZ 3.29 2.59 13.16 -
YUV 37.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 4 41 103 0.96 0.60 0 0.60 217.58 0.93 0.21
Hex 4 29 67 60 3C 0 3C DA 5D 15
Octal 4 51 147 140 74 0 74 332 135 25
Binary 100 101001 1100111 1100000 111100 0 111100 11011010 1011101 10101

Color Harmonies of #042967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042967

Black with #042967

Text Example


Text Example

White with #042967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042967; }

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

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

background-color css

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

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

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

border-color css

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

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

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