Html Css Color HEX #01094E Sapphire

📋 copy color: '#01094E'

red 1 ◦ green 9 ◦ blue 78

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

Shades of Sapphire #01094E

Tints of Sapphire #01094E

RGB

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

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

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

R = 1.14%
G = 10.23%
B = 88.64%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01094E (or 0x01094E) is known color: Sapphire. HEX triplet: 01, 09 and 4E. RGB value is (1,9,78). Sum of RGB (Red+Green+Blue) = 1+9+78=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 78 (30.86% from 255 or 88.64% from 88); Max value from RGB is 78 - color contains mainly: blue. Hex color #01094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01094E is #FEF6B1. Grayscale: #0E0E0E. Windows color (decimal): -16709298 or 5114113. OLE color: 5114113.

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

Color convert

RGB 1 9 78 -
CMYK 0.99 0.88 0 0.69
HSL 233.77º 0.97% 0.15% -
HSV(B) 233.77º 0.99% 0.31% -
XYZ 1.49 0.75 7.27 -
YUV 14.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 1 9 78 0.99 0.88 0 0.69 233.77 0.97 0.15
Hex 1 9 4E 63 58 0 45 EA 61 F
Octal 1 11 116 143 130 0 105 352 141 17
Binary 1 1001 1001110 1100011 1011000 0 1000101 11101010 1100001 1111

Color Harmonies of #01094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01094E

Black with #01094E

Text Example


Text Example

White with #01094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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