Html Css Color HEX #042261 Sapphire

📋 copy color: '#042261'

red 4 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #042261

Tints of Sapphire #042261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

 BLUE value IS 97 (38.28% from 255) = 71.85%

R = 2.96%
G = 25.19%
B = 71.85%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042261 (or 0x042261) is known color: Sapphire. HEX triplet: 04, 22 and 61. RGB value is (4,34,97). Sum of RGB (Red+Green+Blue) = 4+34+97=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #042261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042261 is #FBDD9E. Grayscale: #1F1F1F. Windows color (decimal): -16506271 or 6365700. OLE color: 6365700.

HSL color Cylindrical-coordinate representation of color #042261: hue angle of 220.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042261 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 34 97 -
CMYK 0.96 0.65 0 0.62
HSL 220.65º 0.92% 0.2% -
HSV(B) 220.65º 0.96% 0.38% -
XYZ 2.78 2.03 11.56 -
YUV 32.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 4 34 97 0.96 0.65 0 0.62 220.65 0.92 0.2
Hex 4 22 61 60 41 0 3E DD 5C 14
Octal 4 42 141 140 101 0 76 335 134 24
Binary 100 100010 1100001 1100000 1000001 0 111110 11011101 1011100 10100

Color Harmonies of #042261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042261

Black with #042261

Text Example


Text Example

White with #042261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042261; }

 p { color: rgb(4,34,97); }

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

background-color css

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

 a { background-color: rgb(4,34,97); }

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

border-color css

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

 span { border-color: rgb(4,34,97); }

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