#1751A5

Color #1751A5 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1751A5

Tints of Cobalt #1751A5

Color information

#1751A5 (or 0x1751A5) is unknown color: approx Cobalt. HEX triplet: 17, 51 and A5. RGB value is (23,81,165). Sum of RGB (Red+Green+Blue) = 23+81+165=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 165 (64.84% from 255 or 61.34% from 269); Max value from RGB is 165 - color contains mainly: blue. Hex color #1751A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1751A5 is #E8AE5A. Grayscale: #484848. Windows color (decimal): -15248987 or 10834199. OLE color: 10834199.

HSL color Cylindrical-coordinate representation of color #1751A5: hue angle of 215.49º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1751A5 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2381165-
CMYK0.860.5100.35
HSL215.49º75.53%36.86%-
HSV(B)215.49º86.06%64.71%-
XYZ10.098.7836.76-
YUV73.23179.7892.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.55%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 165 (64.84% from 255) = 61.34%
R=8.55%
G=30.11%
B=61.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal23811650.860.5100.35215.4975.5336.86
Hex1751A55633023d74c25
Octal271212451266304332711445
Binary1011110100011010010110101101100110100011110101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1751A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1751A5; }

 p { color: rgb(23,81,165); }

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

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

 a { background-color: rgb(23,81,165); }

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

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

 span { border-color: rgb(23,81,165); }

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