Html Css Color HEX #1752A5 Cobalt

📋 copy color: '#1752A5'

red 23 ◦ green 82 ◦ blue 165

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

Shades of Cobalt #1752A5

Tints of Cobalt #1752A5

RGB

 RED value IS 23 (9.38% from 255) = 8.52%

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 165 (64.84% from 255) = 61.11%

R = 8.52%
G = 30.37%
B = 61.11%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1752A5 (or 0x1752A5) is known color: Cobalt. HEX triplet: 17, 52 and A5. RGB value is (23,82,165). Sum of RGB (Red+Green+Blue) = 23+82+165=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 165 (64.84% from 255 or 61.11% from 270); Max value from RGB is 165 - color contains mainly: blue. Hex color #1752A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1752A5 is #E8AD5A. Grayscale: #494949. Windows color (decimal): -15248731 or 10834455. OLE color: 10834455.

HSL color Cylindrical-coordinate representation of color #1752A5: hue angle of 215.07º 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 #1752A5 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 82 165 -
CMYK 0.86 0.50 0 0.35
HSL 215.07º 0.76% 0.37% -
HSV(B) 215.07º 0.86% 0.65% -
XYZ 10.16 8.93 36.79 -
YUV 73.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 23 82 165 0.86 0.50 0 0.35 215.07 0.76 0.37
Hex 17 52 A5 56 32 0 23 D7 4C 25
Octal 27 122 245 126 62 0 43 327 114 45
Binary 10111 1010010 10100101 1010110 110010 0 100011 11010111 1001100 100101

Color Harmonies of #1752A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1752A5

Black with #1752A5

Text Example


Text Example

White with #1752A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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