Html Css Color HEX #000753 Sapphire

📋 copy color: '#000753'

red 0 ◦ green 7 ◦ blue 83

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

Shades of Sapphire #000753

Tints of Sapphire #000753

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 83 (32.81% from 255) = 92.22%

R = 0%
G = 7.78%
B = 92.22%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#000753 (or 0x000753) is known color: Sapphire. HEX triplet: 00, 07 and 53. RGB value is (0,7,83). Sum of RGB (Red+Green+Blue) = 0+7+83=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 83 (32.81% from 255 or 92.22% from 90); Max value from RGB is 83 - color contains mainly: blue. Hex color #000753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000753 is #FFF8AC. Grayscale: #0D0D0D. Windows color (decimal): -16775341 or 5441280. OLE color: 5441280.

HSL color Cylindrical-coordinate representation of color #000753: hue angle of 234.94º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000753 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 7 83 -
CMYK 1 0.92 0 0.67
HSL 234.94º 1% 0.16% -
HSV(B) 234.94º 1% 0.33% -
XYZ 1.64 0.78 8.25 -
YUV 13.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 0 7 83 1 0.92 0 0.67 234.94 1 0.16
Hex 0 7 53 64 5C 0 43 EB 64 10
Octal 0 7 123 144 134 0 103 353 144 20
Binary 0 111 1010011 1100100 1011100 0 1000011 11101011 1100100 10000

Color Harmonies of #000753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000753

Black with #000753

Text Example


Text Example

White with #000753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000753; }

 p { color: rgb(0,7,83); }

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

background-color css

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

 a { background-color: rgb(0,7,83); }

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

border-color css

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

 span { border-color: rgb(0,7,83); }

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