Html Css Color HEX #001045 Sapphire

📋 copy color: '#001045'

red 0 ◦ green 16 ◦ blue 69

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

Shades of Sapphire #001045

Tints of Sapphire #001045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 0%
G = 18.82%
B = 81.18%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001045 (or 0x001045) is known color: Sapphire. HEX triplet: 00, 10 and 45. RGB value is (0,16,69). Sum of RGB (Red+Green+Blue) = 0+16+69=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #001045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001045 is #FFEFBA. Grayscale: #111111. Windows color (decimal): -16773051 or 4526080. OLE color: 4526080.

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

Color convert

RGB 0 16 69 -
CMYK 1 0.77 0 0.73
HSL 226.09º 1% 0.14% -
HSV(B) 226.09º 1% 0.27% -
XYZ 1.26 0.8 5.72 -
YUV 17.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 0 16 69 1 0.77 0 0.73 226.09 1 0.14
Hex 0 10 45 64 4D 0 49 E2 64 E
Octal 0 20 105 144 115 0 111 342 144 16
Binary 0 10000 1000101 1100100 1001101 0 1001001 11100010 1100100 1110

Color Harmonies of #001045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001045

Black with #001045

Text Example


Text Example

White with #001045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001045; }

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

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

background-color css

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

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

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

border-color css

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

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

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