Html Css Color HEX #001345 Sapphire

📋 copy color: '#001345'

red 0 ◦ green 19 ◦ blue 69

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

Shades of Sapphire #001345

Tints of Sapphire #001345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

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

R = 0%
G = 21.59%
B = 78.41%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001345 (or 0x001345) is known color: Sapphire. HEX triplet: 00, 13 and 45. RGB value is (0,19,69). Sum of RGB (Red+Green+Blue) = 0+19+69=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 69 (27.34% from 255 or 78.41% from 88); Max value from RGB is 69 - color contains mainly: blue. Hex color #001345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001345 is #FFECBA. Grayscale: #121212. Windows color (decimal): -16772283 or 4526848. OLE color: 4526848.

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

Color convert

RGB 0 19 69 -
CMYK 1 0.72 0 0.73
HSL 223.48º 1% 0.14% -
HSV(B) 223.48º 1% 0.27% -
XYZ 1.31 0.9 5.73 -
YUV 19.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 0 19 69 1 0.72 0 0.73 223.48 1 0.14
Hex 0 13 45 64 48 0 49 DF 64 E
Octal 0 23 105 144 110 0 111 337 144 16
Binary 0 10011 1000101 1100100 1001000 0 1001001 11011111 1100100 1110

Color Harmonies of #001345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001345

Black with #001345

Text Example


Text Example

White with #001345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001345; }

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

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

background-color css

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

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

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

border-color css

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

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

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