Html Css Color HEX #04195A Sapphire

📋 copy color: '#04195A'

red 4 ◦ green 25 ◦ blue 90

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

Shades of Sapphire #04195A

Tints of Sapphire #04195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.01%

 BLUE value IS 90 (35.55% from 255) = 75.63%

R = 3.36%
G = 21.01%
B = 75.63%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04195A (or 0x04195A) is known color: Sapphire. HEX triplet: 04, 19 and 5A. RGB value is (4,25,90). Sum of RGB (Red+Green+Blue) = 4+25+90=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 90 (35.55% from 255 or 75.63% from 119); Max value from RGB is 90 - color contains mainly: blue. Hex color #04195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04195A is #FBE6A5. Grayscale: #191919. Windows color (decimal): -16508582 or 5904644. OLE color: 5904644.

HSL color Cylindrical-coordinate representation of color #04195A: hue angle of 225.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04195A is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 25 90 -
CMYK 0.96 0.72 0 0.65
HSL 225.35º 0.91% 0.18% -
HSV(B) 225.35º 0.96% 0.35% -
XYZ 2.24 1.46 9.84 -
YUV 26.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 4 25 90 0.96 0.72 0 0.65 225.35 0.91 0.18
Hex 4 19 5A 60 48 0 41 E1 5B 12
Octal 4 31 132 140 110 0 101 341 133 22
Binary 100 11001 1011010 1100000 1001000 0 1000001 11100001 1011011 10010

Color Harmonies of #04195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04195A

Black with #04195A

Text Example


Text Example

White with #04195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04195A; }

 p { color: rgb(4,25,90); }

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

background-color css

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

 a { background-color: rgb(4,25,90); }

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

border-color css

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

 span { border-color: rgb(4,25,90); }

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