Html Css Color HEX #000749 Sapphire

📋 copy color: '#000749'

red 0 ◦ green 7 ◦ blue 73

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

Shades of Sapphire #000749

Tints of Sapphire #000749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 91.25%

R = 0%
G = 8.75%
B = 91.25%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#000749 (or 0x000749) is known color: Sapphire. HEX triplet: 00, 07 and 49. RGB value is (0,7,73). Sum of RGB (Red+Green+Blue) = 0+7+73=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 73 (28.91% from 255 or 91.25% from 80); Max value from RGB is 73 - color contains mainly: blue. Hex color #000749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000749 is #FFF8B6. Grayscale: #0C0C0C. Windows color (decimal): -16775351 or 4785920. OLE color: 4785920.

HSL color Cylindrical-coordinate representation of color #000749: hue angle of 234.25º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000749 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 7 73 -
CMYK 1 0.90 0 0.71
HSL 234.25º 1% 0.14% -
HSV(B) 234.25º 1% 0.29% -
XYZ 1.28 0.63 6.36 -
YUV 12.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 0 7 73 1 0.90 0 0.71 234.25 1 0.14
Hex 0 7 49 64 5A 0 47 EA 64 E
Octal 0 7 111 144 132 0 107 352 144 16
Binary 0 111 1001001 1100100 1011010 0 1000111 11101010 1100100 1110

Color Harmonies of #000749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000749

Black with #000749

Text Example


Text Example

White with #000749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000749; }

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

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

background-color css

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

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

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

border-color css

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

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

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