#1A336D

Color #1A336D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #1A336D

Tints of Sapphire #1A336D

Color information

#1A336D (or 0x1A336D) is unknown color: approx Sapphire. HEX triplet: 1A, 33 and 6D. RGB value is (26,51,109). Sum of RGB (Red+Green+Blue) = 26+51+109=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A336D is #E5CC92. Grayscale: #313131. Windows color (decimal): -15060115 or 7156506. OLE color: 7156506.

HSL color Cylindrical-coordinate representation of color #1A336D: hue angle of 221.93º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A336D is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2651109-
CMYK0.760.5300.57
HSL221.93º61.48%26.47%-
HSV(B)221.93º76.15%42.75%-
XYZ4.373.6914.95-
YUV50.14161.22110.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.98%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 109 (42.97% from 255) = 58.60%
R=13.98%
G=27.42%
B=58.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26511090.760.5300.57221.9361.4826.47
Hex1A336D4C35039de3d1a
Octal3263155114650713367532
Binary110101100111101101100110011010101110011101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A336D; }

 p { color: rgb(26,51,109); }

 H1.HeaderClassName
 {
   color: #1A336D;
 }
 .AnyTagClassName
 {
   color: #1A336D;
 }
</style>
background-color css

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

 a { background-color: rgb(26,51,109); }

 div.DivClassName
 {
   background-color: #1A336D;
 }
 .BgClassName
 {
   background-color: #1A336D;
 }
</style>
border-color css

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

 span { border-color: rgb(26,51,109); }

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