Html Css Color HEX #042250 Sapphire

📋 copy color: '#042250'

red 4 ◦ green 34 ◦ blue 80

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

Shades of Sapphire #042250

Tints of Sapphire #042250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 67.8%

R = 3.39%
G = 28.81%
B = 67.8%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#042250 (or 0x042250) is known color: Sapphire. HEX triplet: 04, 22 and 50. RGB value is (4,34,80). Sum of RGB (Red+Green+Blue) = 4+34+80=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #042250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042250 is #FBDDAF. Grayscale: #1E1E1E. Windows color (decimal): -16506288 or 5251588. OLE color: 5251588.

HSL color Cylindrical-coordinate representation of color #042250: hue angle of 216.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042250 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 34 80 -
CMYK 0.95 0.58 0 0.69
HSL 216.32º 0.9% 0.16% -
HSV(B) 216.32º 0.95% 0.31% -
XYZ 2.07 1.75 7.82 -
YUV 30.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 4 34 80 0.95 0.58 0 0.69 216.32 0.9 0.16
Hex 4 22 50 5F 3A 0 45 D8 5A 10
Octal 4 42 120 137 72 0 105 330 132 20
Binary 100 100010 1010000 1011111 111010 0 1000101 11011000 1011010 10000

Color Harmonies of #042250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042250

Black with #042250

Text Example


Text Example

White with #042250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042250; }

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

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

background-color css

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

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

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

border-color css

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

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

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