Html Css Color HEX #03094D Sapphire

📋 copy color: '#03094D'

red 3 ◦ green 9 ◦ blue 77

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

Shades of Sapphire #03094D

Tints of Sapphire #03094D

RGB

 RED value IS 3 (1.56% from 255) = 3.37%

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

 BLUE value IS 77 (30.47% from 255) = 86.52%

R = 3.37%
G = 10.11%
B = 86.52%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03094D (or 0x03094D) is known color: Sapphire. HEX triplet: 03, 09 and 4D. RGB value is (3,9,77). Sum of RGB (Red+Green+Blue) = 3+9+77=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #03094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03094D is #FCF6B2. Grayscale: #0E0E0E. Windows color (decimal): -16578227 or 5048579. OLE color: 5048579.

HSL color Cylindrical-coordinate representation of color #03094D: hue angle of 235.14º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03094D is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 9 77 -
CMYK 0.96 0.88 0 0.70
HSL 235.14º 0.93% 0.16% -
HSV(B) 235.14º 0.96% 0.3% -
XYZ 1.47 0.75 7.09 -
YUV 14.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 3 9 77 0.96 0.88 0 0.70 235.14 0.93 0.16
Hex 3 9 4D 60 58 0 46 EB 5C 10
Octal 3 11 115 140 130 0 106 353 134 20
Binary 11 1001 1001101 1100000 1011000 0 1000110 11101011 1011100 10000

Color Harmonies of #03094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03094D

Black with #03094D

Text Example


Text Example

White with #03094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,9,77); }

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

background-color css

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

 a { background-color: rgb(3,9,77); }

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

border-color css

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

 span { border-color: rgb(3,9,77); }

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