Html Css Color HEX #010848 Sapphire

📋 copy color: '#010848'

red 1 ◦ green 8 ◦ blue 72

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

Shades of Sapphire #010848

Tints of Sapphire #010848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 88.89%

R = 1.23%
G = 9.88%
B = 88.89%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010848 (or 0x010848) is known color: Sapphire. HEX triplet: 01, 08 and 48. RGB value is (1,8,72). Sum of RGB (Red+Green+Blue) = 1+8+72=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #010848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010848 is #FEF7B7. Grayscale: #0C0C0C. Windows color (decimal): -16709560 or 4720641. OLE color: 4720641.

HSL color Cylindrical-coordinate representation of color #010848: hue angle of 234.08º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010848 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 8 72 -
CMYK 0.99 0.89 0 0.72
HSL 234.08º 0.97% 0.14% -
HSV(B) 234.08º 0.99% 0.28% -
XYZ 1.27 0.65 6.19 -
YUV 13.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 1 8 72 0.99 0.89 0 0.72 234.08 0.97 0.14
Hex 1 8 48 63 59 0 48 EA 61 E
Octal 1 10 110 143 131 0 110 352 141 16
Binary 1 1000 1001000 1100011 1011001 0 1001000 11101010 1100001 1110

Color Harmonies of #010848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010848

Black with #010848

Text Example


Text Example

White with #010848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010848; }

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

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

background-color css

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

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

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

border-color css

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

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

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