Html Css Color HEX #04194C Sapphire

📋 copy color: '#04194C'

red 4 ◦ green 25 ◦ blue 76

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

Shades of Sapphire #04194C

Tints of Sapphire #04194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 72.38%

R = 3.81%
G = 23.81%
B = 72.38%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04194C (or 0x04194C) is known color: Sapphire. HEX triplet: 04, 19 and 4C. RGB value is (4,25,76). Sum of RGB (Red+Green+Blue) = 4+25+76=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #04194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04194C is #FBE6B3. Grayscale: #181818. Windows color (decimal): -16508596 or 4987140. OLE color: 4987140.

HSL color Cylindrical-coordinate representation of color #04194C: hue angle of 222.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04194C is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 25 76 -
CMYK 0.95 0.67 0 0.70
HSL 222.5º 0.9% 0.16% -
HSV(B) 222.5º 0.95% 0.3% -
XYZ 1.7 1.24 6.99 -
YUV 24.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 4 25 76 0.95 0.67 0 0.70 222.5 0.9 0.16
Hex 4 19 4C 5F 43 0 46 DE 5A 10
Octal 4 31 114 137 103 0 106 336 132 20
Binary 100 11001 1001100 1011111 1000011 0 1000110 11011110 1011010 10000

Color Harmonies of #04194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04194C

Black with #04194C

Text Example


Text Example

White with #04194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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