Html Css Color HEX #001369 Sapphire

📋 copy color: '#001369'

red 0 ◦ green 19 ◦ blue 105

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

Shades of Sapphire #001369

Tints of Sapphire #001369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 84.68%

R = 0%
G = 15.32%
B = 84.68%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001369 (or 0x001369) is known color: Sapphire. HEX triplet: 00, 13 and 69. RGB value is (0,19,105). Sum of RGB (Red+Green+Blue) = 0+19+105=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #001369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001369 is #FFEC96. Grayscale: #161616. Windows color (decimal): -16772247 or 6886144. OLE color: 6886144.

HSL color Cylindrical-coordinate representation of color #001369: hue angle of 229.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001369 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 19 105 -
CMYK 1 0.82 0 0.59
HSL 229.14º 1% 0.21% -
HSV(B) 229.14º 1% 0.41% -
XYZ 2.78 1.49 13.5 -
YUV 23.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 0 19 105 1 0.82 0 0.59 229.14 1 0.21
Hex 0 13 69 64 52 0 3B E5 64 15
Octal 0 23 151 144 122 0 73 345 144 25
Binary 0 10011 1101001 1100100 1010010 0 111011 11100101 1100100 10101

Color Harmonies of #001369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001369

Black with #001369

Text Example


Text Example

White with #001369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001369; }

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

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

background-color css

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

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

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

border-color css

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

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

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