Html Css Color HEX #000848 Sapphire

📋 copy color: '#000848'

red 0 ◦ green 8 ◦ blue 72

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

Shades of Sapphire #000848

Tints of Sapphire #000848

RGB

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

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

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

R = 0%
G = 10%
B = 90%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#000848 (or 0x000848) is known color: Sapphire. HEX triplet: 00, 08 and 48. RGB value is (0,8,72). Sum of RGB (Red+Green+Blue) = 0+8+72=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 8 (3.52% from 255 or 10% 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 #000848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000848 is #FFF7B7. Grayscale: #0C0C0C. Windows color (decimal): -16775096 or 4720640. OLE color: 4720640.

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

Color convert

RGB 0 8 72 -
CMYK 1 0.89 0 0.72
HSL 233.33º 1% 0.14% -
HSV(B) 233.33º 1% 0.28% -
XYZ 1.26 0.64 6.19 -
YUV 12.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 0 8 72 1 0.89 0 0.72 233.33 1 0.14
Hex 0 8 48 64 59 0 48 E9 64 E
Octal 0 10 110 144 131 0 110 351 144 16
Binary 0 1000 1001000 1100100 1011001 0 1001000 11101001 1100100 1110

Color Harmonies of #000848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000848

Black with #000848

Text Example


Text Example

White with #000848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000848; }

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

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

background-color css

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

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

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

border-color css

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

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

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