Html Css Color HEX #04225B Sapphire

📋 copy color: '#04225B'

red 4 ◦ green 34 ◦ blue 91

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

Shades of Sapphire #04225B

Tints of Sapphire #04225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 70.54%

R = 3.1%
G = 26.36%
B = 70.54%

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

#04225B (or 0x04225B) is known color: Sapphire. HEX triplet: 04, 22 and 5B. RGB value is (4,34,91). Sum of RGB (Red+Green+Blue) = 4+34+91=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #04225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04225B is #FBDDA4. Grayscale: #1F1F1F. Windows color (decimal): -16506277 or 5972484. OLE color: 5972484.

HSL color Cylindrical-coordinate representation of color #04225B: hue angle of 219.31º 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 #04225B is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 34 91 -
CMYK 0.96 0.63 0 0.64
HSL 219.31º 0.92% 0.19% -
HSV(B) 219.31º 0.96% 0.36% -
XYZ 2.51 1.93 10.14 -
YUV 31.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 4 34 91 0.96 0.63 0 0.64 219.31 0.92 0.19
Hex 4 22 5B 60 3F 0 40 DB 5C 13
Octal 4 42 133 140 77 0 100 333 134 23
Binary 100 100010 1011011 1100000 111111 0 1000000 11011011 1011100 10011

Color Harmonies of #04225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04225B

Black with #04225B

Text Example


Text Example

White with #04225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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