Html Css Color HEX #001260 Sapphire

📋 copy color: '#001260'

red 0 ◦ green 18 ◦ blue 96

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

Shades of Sapphire #001260

Tints of Sapphire #001260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 84.21%

R = 0%
G = 15.79%
B = 84.21%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001260 (or 0x001260) is known color: Sapphire. HEX triplet: 00, 12 and 60. RGB value is (0,18,96). Sum of RGB (Red+Green+Blue) = 0+18+96=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #001260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001260 is #FFED9F. Grayscale: #151515. Windows color (decimal): -16772512 or 6296064. OLE color: 6296064.

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

Color convert

RGB 0 18 96 -
CMYK 1 0.81 0 0.62
HSL 228.75º 1% 0.19% -
HSV(B) 228.75º 1% 0.38% -
XYZ 2.33 1.28 11.19 -
YUV 21.51 170.04 112.66 -
System Red Green Blue C M Y K H S L
Decimal 0 18 96 1 0.81 0 0.62 228.75 1 0.19
Hex 0 12 60 64 51 0 3E E5 64 13
Octal 0 22 140 144 121 0 76 345 144 23
Binary 0 10010 1100000 1100100 1010001 0 111110 11100101 1100100 10011

Color Harmonies of #001260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001260

Black with #001260

Text Example


Text Example

White with #001260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001260; }

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

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

background-color css

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

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

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

border-color css

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

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

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