Html Css Color HEX #001266 Sapphire

📋 copy color: '#001266'

red 0 ◦ green 18 ◦ blue 102

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

Shades of Sapphire #001266

Tints of Sapphire #001266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 85%

R = 0%
G = 15%
B = 85%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#001266 (or 0x001266) is known color: Sapphire. HEX triplet: 00, 12 and 66. RGB value is (0,18,102). Sum of RGB (Red+Green+Blue) = 0+18+102=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 102 (40.23% from 255 or 85% from 120); Max value from RGB is 102 - color contains mainly: blue. Hex color #001266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001266 is #FFED99. Grayscale: #151515. Windows color (decimal): -16772506 or 6689280. OLE color: 6689280.

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

Color convert

RGB 0 18 102 -
CMYK 1 0.82 0 0.6
HSL 229.41º 1% 0.2% -
HSV(B) 229.41º 1% 0.4% -
XYZ 2.61 1.39 12.7 -
YUV 22.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 0 18 102 1 0.82 0 0.6 229.41 1 0.2
Hex 0 12 66 64 52 0 3C E5 64 14
Octal 0 22 146 144 122 0 74 345 144 24
Binary 0 10010 1100110 1100100 1010010 0 111100 11100101 1100100 10100

Color Harmonies of #001266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001266

Black with #001266

Text Example


Text Example

White with #001266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001266; }

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

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

background-color css

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

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

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

border-color css

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

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

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