Html Css Color HEX #01094D Sapphire

📋 copy color: '#01094D'

red 1 ◦ green 9 ◦ blue 77

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

Shades of Sapphire #01094D

Tints of Sapphire #01094D

RGB

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

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

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

R = 1.15%
G = 10.34%
B = 88.51%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01094D (or 0x01094D) is known color: Sapphire. HEX triplet: 01, 09 and 4D. RGB value is (1,9,77). Sum of RGB (Red+Green+Blue) = 1+9+77=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 77 (30.47% from 255 or 88.51% from 87); Max value from RGB is 77 - color contains mainly: blue. Hex color #01094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01094D is #FEF6B2. Grayscale: #0E0E0E. Windows color (decimal): -16709299 or 5048577. OLE color: 5048577.

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

Color convert

RGB 1 9 77 -
CMYK 0.99 0.88 0 0.70
HSL 233.68º 0.97% 0.15% -
HSV(B) 233.68º 0.99% 0.3% -
XYZ 1.45 0.74 7.09 -
YUV 14.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 1 9 77 0.99 0.88 0 0.70 233.68 0.97 0.15
Hex 1 9 4D 63 58 0 46 EA 61 F
Octal 1 11 115 143 130 0 106 352 141 17
Binary 1 1001 1001101 1100011 1011000 0 1000110 11101010 1100001 1111

Color Harmonies of #01094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01094D

Black with #01094D

Text Example


Text Example

White with #01094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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