Html Css Color HEX #173C75 Dark Cerulean

📋 copy color: '#173C75'

red 23 ◦ green 60 ◦ blue 117

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

Shades of Dark Cerulean #173C75

Tints of Dark Cerulean #173C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30%

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 11.5%
G = 30%
B = 58.5%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173C75 (or 0x173C75) is known color: Dark Cerulean. HEX triplet: 17, 3C and 75. RGB value is (23,60,117). Sum of RGB (Red+Green+Blue) = 23+60+117=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #173C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C75 is #E8C38A. Grayscale: #373737. Windows color (decimal): -15254411 or 7683095. OLE color: 7683095.

HSL color Cylindrical-coordinate representation of color #173C75: hue angle of 216.38º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173C75 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 60 117 -
CMYK 0.80 0.49 0 0.54
HSL 216.38º 0.67% 0.27% -
HSV(B) 216.38º 0.8% 0.46% -
XYZ 5.18 4.7 17.46 -
YUV 55.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 23 60 117 0.80 0.49 0 0.54 216.38 0.67 0.27
Hex 17 3C 75 50 31 0 36 D8 43 1B
Octal 27 74 165 120 61 0 66 330 103 33
Binary 10111 111100 1110101 1010000 110001 0 110110 11011000 1000011 11011

Color Harmonies of #173C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C75

Black with #173C75

Text Example


Text Example

White with #173C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173C75; }

 p { color: rgb(23,60,117); }

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

background-color css

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

 a { background-color: rgb(23,60,117); }

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

border-color css

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

 span { border-color: rgb(23,60,117); }

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