Html Css Color HEX #01094A Sapphire

📋 copy color: '#01094A'

red 1 ◦ green 9 ◦ blue 74

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

Shades of Sapphire #01094A

Tints of Sapphire #01094A

RGB

 RED value IS 1 (0.78% from 255) = 1.19%

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

 BLUE value IS 74 (29.3% from 255) = 88.1%

R = 1.19%
G = 10.71%
B = 88.1%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01094A (or 0x01094A) is known color: Sapphire. HEX triplet: 01, 09 and 4A. RGB value is (1,9,74). Sum of RGB (Red+Green+Blue) = 1+9+74=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 74 (29.30% from 255 or 88.10% from 84); Max value from RGB is 74 - color contains mainly: blue. Hex color #01094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01094A is #FEF6B5. Grayscale: #0D0D0D. Windows color (decimal): -16709302 or 4851969. OLE color: 4851969.

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

Color convert

RGB 1 9 74 -
CMYK 0.99 0.88 0 0.71
HSL 233.42º 0.97% 0.15% -
HSV(B) 233.42º 0.99% 0.29% -
XYZ 1.35 0.7 6.54 -
YUV 14.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 1 9 74 0.99 0.88 0 0.71 233.42 0.97 0.15
Hex 1 9 4A 63 58 0 47 E9 61 F
Octal 1 11 112 143 130 0 107 351 141 17
Binary 1 1001 1001010 1100011 1011000 0 1000111 11101001 1100001 1111

Color Harmonies of #01094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01094A

Black with #01094A

Text Example


Text Example

White with #01094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,9,74); }

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

background-color css

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

 a { background-color: rgb(1,9,74); }

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

border-color css

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

 span { border-color: rgb(1,9,74); }

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