Html Css Color HEX #001365 Sapphire

📋 copy color: '#001365'

red 0 ◦ green 19 ◦ blue 101

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

Shades of Sapphire #001365

Tints of Sapphire #001365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 84.17%

R = 0%
G = 15.83%
B = 84.17%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001365 (or 0x001365) is known color: Sapphire. HEX triplet: 00, 13 and 65. RGB value is (0,19,101). Sum of RGB (Red+Green+Blue) = 0+19+101=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 101 (39.84% from 255 or 84.17% from 120); Max value from RGB is 101 - color contains mainly: blue. Hex color #001365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001365 is #FFEC9A. Grayscale: #161616. Windows color (decimal): -16772251 or 6624000. OLE color: 6624000.

HSL color Cylindrical-coordinate representation of color #001365: hue angle of 228.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001365 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 19 101 -
CMYK 1 0.81 0 0.60
HSL 228.71º 1% 0.2% -
HSV(B) 228.71º 1% 0.4% -
XYZ 2.58 1.41 12.45 -
YUV 22.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 0 19 101 1 0.81 0 0.60 228.71 1 0.2
Hex 0 13 65 64 51 0 3C E5 64 14
Octal 0 23 145 144 121 0 74 345 144 24
Binary 0 10011 1100101 1100100 1010001 0 111100 11100101 1100100 10100

Color Harmonies of #001365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001365

Black with #001365

Text Example


Text Example

White with #001365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001365; }

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

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

background-color css

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

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

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

border-color css

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

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

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