Html Css Color HEX #001249 Sapphire

📋 copy color: '#001249'

red 0 ◦ green 18 ◦ blue 73

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

Shades of Sapphire #001249

Tints of Sapphire #001249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

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

R = 0%
G = 19.78%
B = 80.22%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001249 (or 0x001249) is known color: Sapphire. HEX triplet: 00, 12 and 49. RGB value is (0,18,73). Sum of RGB (Red+Green+Blue) = 0+18+73=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #001249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001249 is #FFEDB6. Grayscale: #121212. Windows color (decimal): -16772535 or 4788736. OLE color: 4788736.

HSL color Cylindrical-coordinate representation of color #001249: hue angle of 225.21º 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 #001249 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 18 73 -
CMYK 1 0.75 0 0.71
HSL 225.21º 1% 0.14% -
HSV(B) 225.21º 1% 0.29% -
XYZ 1.42 0.91 6.4 -
YUV 18.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 0 18 73 1 0.75 0 0.71 225.21 1 0.14
Hex 0 12 49 64 4B 0 47 E1 64 E
Octal 0 22 111 144 113 0 107 341 144 16
Binary 0 10010 1001001 1100100 1001011 0 1000111 11100001 1100100 1110

Color Harmonies of #001249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001249

Black with #001249

Text Example


Text Example

White with #001249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001249; }

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

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

background-color css

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

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

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

border-color css

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

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

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