Html Css Color HEX #001270 Sapphire

📋 copy color: '#001270'

red 0 ◦ green 18 ◦ blue 112

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

Shades of Sapphire #001270

Tints of Sapphire #001270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 0%
G = 13.85%
B = 86.15%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001270 (or 0x001270) is known color: Sapphire. HEX triplet: 00, 12 and 70. RGB value is (0,18,112). Sum of RGB (Red+Green+Blue) = 0+18+112=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #001270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001270 is #FFED8F. Grayscale: #161616. Windows color (decimal): -16772496 or 7344640. OLE color: 7344640.

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

Color convert

RGB 0 18 112 -
CMYK 1 0.84 0 0.56
HSL 230.36º 1% 0.22% -
HSV(B) 230.36º 1% 0.44% -
XYZ 3.14 1.6 15.47 -
YUV 23.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 0 18 112 1 0.84 0 0.56 230.36 1 0.22
Hex 0 12 70 64 54 0 38 E6 64 16
Octal 0 22 160 144 124 0 70 346 144 26
Binary 0 10010 1110000 1100100 1010100 0 111000 11100110 1100100 10110

Color Harmonies of #001270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001270

Black with #001270

Text Example


Text Example

White with #001270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001270; }

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

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

background-color css

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

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

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

border-color css

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

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

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