Html Css Color HEX #010748 Sapphire

📋 copy color: '#010748'

red 1 ◦ green 7 ◦ blue 72

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

Shades of Sapphire #010748

Tints of Sapphire #010748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.75%

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

R = 1.25%
G = 8.75%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010748 (or 0x010748) is known color: Sapphire. HEX triplet: 01, 07 and 48. RGB value is (1,7,72). Sum of RGB (Red+Green+Blue) = 1+7+72=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #010748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010748 is #FEF8B7. Grayscale: #0C0C0C. Windows color (decimal): -16709816 or 4720385. OLE color: 4720385.

HSL color Cylindrical-coordinate representation of color #010748: hue angle of 234.93º 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 #010748 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 7 72 -
CMYK 0.99 0.90 0 0.72
HSL 234.93º 0.97% 0.14% -
HSV(B) 234.93º 0.99% 0.28% -
XYZ 1.26 0.63 6.19 -
YUV 12.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 1 7 72 0.99 0.90 0 0.72 234.93 0.97 0.14
Hex 1 7 48 63 5A 0 48 EB 61 E
Octal 1 7 110 143 132 0 110 353 141 16
Binary 1 111 1001000 1100011 1011010 0 1001000 11101011 1100001 1110

Color Harmonies of #010748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010748

Black with #010748

Text Example


Text Example

White with #010748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010748; }

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

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

background-color css

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

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

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

border-color css

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

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

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