Html Css Color HEX #174280 Dark Cerulean

📋 copy color: '#174280'

red 23 ◦ green 66 ◦ blue 128

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

Shades of Dark Cerulean #174280

Tints of Dark Cerulean #174280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 128 (50.39% from 255) = 58.99%

R = 10.6%
G = 30.41%
B = 58.99%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#174280 (or 0x174280) is known color: Dark Cerulean. HEX triplet: 17, 42 and 80. RGB value is (23,66,128). Sum of RGB (Red+Green+Blue) = 23+66+128=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #174280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174280 is #E8BD7F. Grayscale: #3B3B3B. Windows color (decimal): -15252864 or 8405527. OLE color: 8405527.

HSL color Cylindrical-coordinate representation of color #174280: hue angle of 215.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #174280 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 66 128 -
CMYK 0.82 0.48 0 0.50
HSL 215.43º 0.7% 0.3% -
HSV(B) 215.43º 0.82% 0.5% -
XYZ 6.2 5.64 21.18 -
YUV 60.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 23 66 128 0.82 0.48 0 0.50 215.43 0.7 0.3
Hex 17 42 80 52 30 0 32 D7 46 1E
Octal 27 102 200 122 60 0 62 327 106 36
Binary 10111 1000010 10000000 1010010 110000 0 110010 11010111 1000110 11110

Color Harmonies of #174280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174280

Black with #174280

Text Example


Text Example

White with #174280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174280; }

 p { color: rgb(23,66,128); }

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

background-color css

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

 a { background-color: rgb(23,66,128); }

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

border-color css

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

 span { border-color: rgb(23,66,128); }

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