Html Css Color HEX #04225D Sapphire

📋 copy color: '#04225D'

red 4 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #04225D

Tints of Sapphire #04225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 70.99%

R = 3.05%
G = 25.95%
B = 70.99%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04225D (or 0x04225D) is known color: Sapphire. HEX triplet: 04, 22 and 5D. RGB value is (4,34,93). Sum of RGB (Red+Green+Blue) = 4+34+93=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #04225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04225D is #FBDDA2. Grayscale: #1F1F1F. Windows color (decimal): -16506275 or 6103556. OLE color: 6103556.

HSL color Cylindrical-coordinate representation of color #04225D: hue angle of 219.78º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04225D is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 34 93 -
CMYK 0.96 0.63 0 0.64
HSL 219.78º 0.92% 0.19% -
HSV(B) 219.78º 0.96% 0.36% -
XYZ 2.6 1.96 10.6 -
YUV 31.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 4 34 93 0.96 0.63 0 0.64 219.78 0.92 0.19
Hex 4 22 5D 60 3F 0 40 DC 5C 13
Octal 4 42 135 140 77 0 100 334 134 23
Binary 100 100010 1011101 1100000 111111 0 1000000 11011100 1011100 10011

Color Harmonies of #04225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04225D

Black with #04225D

Text Example


Text Example

White with #04225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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