Html Css Color HEX #001366 Sapphire

📋 copy color: '#001366'

red 0 ◦ green 19 ◦ blue 102

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

Shades of Sapphire #001366

Tints of Sapphire #001366

RGB

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

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

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

R = 0%
G = 15.7%
B = 84.3%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#001366 (or 0x001366) is known color: Sapphire. HEX triplet: 00, 13 and 66. RGB value is (0,19,102). Sum of RGB (Red+Green+Blue) = 0+19+102=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #001366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001366 is #FFEC99. Grayscale: #161616. Windows color (decimal): -16772250 or 6689536. OLE color: 6689536.

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

Color convert

RGB 0 19 102 -
CMYK 1 0.81 0 0.6
HSL 228.82º 1% 0.2% -
HSV(B) 228.82º 1% 0.4% -
XYZ 2.63 1.43 12.71 -
YUV 22.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 0 19 102 1 0.81 0 0.6 228.82 1 0.2
Hex 0 13 66 64 51 0 3C E5 64 14
Octal 0 23 146 144 121 0 74 345 144 24
Binary 0 10011 1100110 1100100 1010001 0 111100 11100101 1100100 10100

Color Harmonies of #001366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001366

Black with #001366

Text Example


Text Example

White with #001366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001366; }

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

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

background-color css

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

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

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

border-color css

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

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

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