Html Css Color HEX #010752 Sapphire

📋 copy color: '#010752'

red 1 ◦ green 7 ◦ blue 82

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

Shades of Sapphire #010752

Tints of Sapphire #010752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 91.11%

R = 1.11%
G = 7.78%
B = 91.11%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010752 (or 0x010752) is known color: Sapphire. HEX triplet: 01, 07 and 52. RGB value is (1,7,82). Sum of RGB (Red+Green+Blue) = 1+7+82=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 82 (32.42% from 255 or 91.11% from 90); Max value from RGB is 82 - color contains mainly: blue. Hex color #010752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010752 is #FEF8AD. Grayscale: #0D0D0D. Windows color (decimal): -16709806 or 5375745. OLE color: 5375745.

HSL color Cylindrical-coordinate representation of color #010752: hue angle of 235.56º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010752 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 7 82 -
CMYK 0.99 0.91 0 0.68
HSL 235.56º 0.98% 0.16% -
HSV(B) 235.56º 0.99% 0.32% -
XYZ 1.61 0.77 8.05 -
YUV 13.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 1 7 82 0.99 0.91 0 0.68 235.56 0.98 0.16
Hex 1 7 52 63 5B 0 44 EC 62 10
Octal 1 7 122 143 133 0 104 354 142 20
Binary 1 111 1010010 1100011 1011011 0 1000100 11101100 1100010 10000

Color Harmonies of #010752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010752

Black with #010752

Text Example


Text Example

White with #010752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010752; }

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

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

background-color css

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

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

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

border-color css

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

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

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