Html Css Color HEX #04094E Sapphire

📋 copy color: '#04094E'

red 4 ◦ green 9 ◦ blue 78

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

Shades of Sapphire #04094E

Tints of Sapphire #04094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

 BLUE value IS 78 (30.86% from 255) = 85.71%

R = 4.4%
G = 9.89%
B = 85.71%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04094E (or 0x04094E) is known color: Sapphire. HEX triplet: 04, 09 and 4E. RGB value is (4,9,78). Sum of RGB (Red+Green+Blue) = 4+9+78=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #04094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04094E is #FBF6B1. Grayscale: #0F0F0F. Windows color (decimal): -16512690 or 5114116. OLE color: 5114116.

HSL color Cylindrical-coordinate representation of color #04094E: hue angle of 235.95º 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 #04094E is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 9 78 -
CMYK 0.95 0.88 0 0.69
HSL 235.95º 0.9% 0.16% -
HSV(B) 235.95º 0.95% 0.31% -
XYZ 1.52 0.77 7.28 -
YUV 15.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 4 9 78 0.95 0.88 0 0.69 235.95 0.9 0.16
Hex 4 9 4E 5F 58 0 45 EC 5A 10
Octal 4 11 116 137 130 0 105 354 132 20
Binary 100 1001 1001110 1011111 1011000 0 1000101 11101100 1011010 10000

Color Harmonies of #04094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04094E

Black with #04094E

Text Example


Text Example

White with #04094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04094E; }

 p { color: rgb(4,9,78); }

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

background-color css

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

 a { background-color: rgb(4,9,78); }

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

border-color css

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

 span { border-color: rgb(4,9,78); }

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