Html Css Color HEX #001145 Sapphire

📋 copy color: '#001145'

red 0 ◦ green 17 ◦ blue 69

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

Shades of Sapphire #001145

Tints of Sapphire #001145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

 BLUE value IS 69 (27.34% from 255) = 80.23%

R = 0%
G = 19.77%
B = 80.23%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001145 (or 0x001145) is known color: Sapphire. HEX triplet: 00, 11 and 45. RGB value is (0,17,69). Sum of RGB (Red+Green+Blue) = 0+17+69=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 69 (27.34% from 255 or 80.23% from 86); Max value from RGB is 69 - color contains mainly: blue. Hex color #001145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001145 is #FFEEBA. Grayscale: #111111. Windows color (decimal): -16772795 or 4526336. OLE color: 4526336.

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

Color convert

RGB 0 17 69 -
CMYK 1 0.75 0 0.73
HSL 225.22º 1% 0.14% -
HSV(B) 225.22º 1% 0.27% -
XYZ 1.27 0.83 5.72 -
YUV 17.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 0 17 69 1 0.75 0 0.73 225.22 1 0.14
Hex 0 11 45 64 4B 0 49 E1 64 E
Octal 0 21 105 144 113 0 111 341 144 16
Binary 0 10001 1000101 1100100 1001011 0 1001001 11100001 1100100 1110

Color Harmonies of #001145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001145

Black with #001145

Text Example


Text Example

White with #001145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001145; }

 p { color: rgb(0,17,69); }

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

background-color css

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

 a { background-color: rgb(0,17,69); }

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

border-color css

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

 span { border-color: rgb(0,17,69); }

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