Html Css Color HEX #001370 Sapphire

📋 copy color: '#001370'

red 0 ◦ green 19 ◦ blue 112

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

Shades of Sapphire #001370

Tints of Sapphire #001370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 85.5%

R = 0%
G = 14.5%
B = 85.5%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001370 (or 0x001370) is known color: Sapphire. HEX triplet: 00, 13 and 70. RGB value is (0,19,112). Sum of RGB (Red+Green+Blue) = 0+19+112=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #001370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001370 is #FFEC8F. Grayscale: #171717. Windows color (decimal): -16772240 or 7344896. OLE color: 7344896.

HSL color Cylindrical-coordinate representation of color #001370: hue angle of 229.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001370 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 19 112 -
CMYK 1 0.83 0 0.56
HSL 229.82º 1% 0.22% -
HSV(B) 229.82º 1% 0.44% -
XYZ 3.16 1.64 15.48 -
YUV 23.92 177.71 110.94 -
System Red Green Blue C M Y K H S L
Decimal 0 19 112 1 0.83 0 0.56 229.82 1 0.22
Hex 0 13 70 64 53 0 38 E6 64 16
Octal 0 23 160 144 123 0 70 346 144 26
Binary 0 10011 1110000 1100100 1010011 0 111000 11100110 1100100 10110

Color Harmonies of #001370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001370

Black with #001370

Text Example


Text Example

White with #001370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001370; }

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

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

background-color css

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

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

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

border-color css

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

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

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