Html Css Color HEX #172953 Bunting

📋 copy color: '#172953'

red 23 ◦ green 41 ◦ blue 83

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

Shades of Bunting #172953

Tints of Bunting #172953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

 BLUE value IS 83 (32.81% from 255) = 56.46%

R = 15.65%
G = 27.89%
B = 56.46%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#172953 (or 0x172953) is known color: Bunting. HEX triplet: 17, 29 and 53. RGB value is (23,41,83). Sum of RGB (Red+Green+Blue) = 23+41+83=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #172953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172953 is #E8D6AC. Grayscale: #282828. Windows color (decimal): -15259309 or 5450007. OLE color: 5450007.

HSL color Cylindrical-coordinate representation of color #172953: hue angle of 222º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172953 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 41 83 -
CMYK 0.72 0.51 0 0.67
HSL 222º 0.57% 0.21% -
HSV(B) 222º 0.72% 0.33% -
XYZ 2.71 2.39 8.5 -
YUV 40.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 23 41 83 0.72 0.51 0 0.67 222 0.57 0.21
Hex 17 29 53 48 33 0 43 DE 39 15
Octal 27 51 123 110 63 0 103 336 71 25
Binary 10111 101001 1010011 1001000 110011 0 1000011 11011110 111001 10101

Color Harmonies of #172953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172953

Black with #172953

Text Example


Text Example

White with #172953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172953; }

 p { color: rgb(23,41,83); }

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

background-color css

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

 a { background-color: rgb(23,41,83); }

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

border-color css

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

 span { border-color: rgb(23,41,83); }

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