Html Css Color HEX #042255 Sapphire

📋 copy color: '#042255'

red 4 ◦ green 34 ◦ blue 85

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

Shades of Sapphire #042255

Tints of Sapphire #042255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 69.11%

R = 3.25%
G = 27.64%
B = 69.11%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#042255 (or 0x042255) is known color: Sapphire. HEX triplet: 04, 22 and 55. RGB value is (4,34,85). Sum of RGB (Red+Green+Blue) = 4+34+85=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #042255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042255 is #FBDDAA. Grayscale: #1E1E1E. Windows color (decimal): -16506283 or 5579268. OLE color: 5579268.

HSL color Cylindrical-coordinate representation of color #042255: hue angle of 217.78º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042255 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 34 85 -
CMYK 0.95 0.60 0 0.67
HSL 217.78º 0.91% 0.17% -
HSV(B) 217.78º 0.95% 0.33% -
XYZ 2.26 1.83 8.83 -
YUV 30.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 4 34 85 0.95 0.60 0 0.67 217.78 0.91 0.17
Hex 4 22 55 5F 3C 0 43 DA 5B 11
Octal 4 42 125 137 74 0 103 332 133 21
Binary 100 100010 1010101 1011111 111100 0 1000011 11011010 1011011 10001

Color Harmonies of #042255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042255

Black with #042255

Text Example


Text Example

White with #042255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042255; }

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

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

background-color css

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

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

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

border-color css

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

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

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