Html Css Color HEX #01084A Sapphire

📋 copy color: '#01084A'

red 1 ◦ green 8 ◦ blue 74

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

Shades of Sapphire #01084A

Tints of Sapphire #01084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

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

R = 1.2%
G = 9.64%
B = 89.16%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01084A (or 0x01084A) is known color: Sapphire. HEX triplet: 01, 08 and 4A. RGB value is (1,8,74). Sum of RGB (Red+Green+Blue) = 1+8+74=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 74 (29.30% from 255 or 89.16% from 83); Max value from RGB is 74 - color contains mainly: blue. Hex color #01084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01084A is #FEF7B5. Grayscale: #0D0D0D. Windows color (decimal): -16709558 or 4851713. OLE color: 4851713.

HSL color Cylindrical-coordinate representation of color #01084A: hue angle of 234.25º 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 #01084A is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 8 74 -
CMYK 0.99 0.89 0 0.71
HSL 234.25º 0.97% 0.15% -
HSV(B) 234.25º 0.99% 0.29% -
XYZ 1.34 0.67 6.54 -
YUV 13.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 1 8 74 0.99 0.89 0 0.71 234.25 0.97 0.15
Hex 1 8 4A 63 59 0 47 EA 61 F
Octal 1 10 112 143 131 0 107 352 141 17
Binary 1 1000 1001010 1100011 1011001 0 1000111 11101010 1100001 1111

Color Harmonies of #01084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01084A

Black with #01084A

Text Example


Text Example

White with #01084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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