Html Css Color HEX #030949 Sapphire

📋 copy color: '#030949'

red 3 ◦ green 9 ◦ blue 73

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

Shades of Sapphire #030949

Tints of Sapphire #030949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 85.88%

R = 3.53%
G = 10.59%
B = 85.88%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#030949 (or 0x030949) is known color: Sapphire. HEX triplet: 03, 09 and 49. RGB value is (3,9,73). Sum of RGB (Red+Green+Blue) = 3+9+73=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #030949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030949 is #FCF6B6. Grayscale: #0E0E0E. Windows color (decimal): -16578231 or 4786435. OLE color: 4786435.

HSL color Cylindrical-coordinate representation of color #030949: hue angle of 234.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030949 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 9 73 -
CMYK 0.96 0.88 0 0.71
HSL 234.86º 0.92% 0.15% -
HSV(B) 234.86º 0.96% 0.29% -
XYZ 1.34 0.7 6.37 -
YUV 14.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 3 9 73 0.96 0.88 0 0.71 234.86 0.92 0.15
Hex 3 9 49 60 58 0 47 EB 5C F
Octal 3 11 111 140 130 0 107 353 134 17
Binary 11 1001 1001001 1100000 1011000 0 1000111 11101011 1011100 1111

Color Harmonies of #030949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030949

Black with #030949

Text Example


Text Example

White with #030949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030949; }

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

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

background-color css

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

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

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

border-color css

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

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

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