Html Css Color HEX #174B8C Dark Cerulean

📋 copy color: '#174B8C'

red 23 ◦ green 75 ◦ blue 140

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

Shades of Dark Cerulean #174B8C

Tints of Dark Cerulean #174B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.51%

 BLUE value IS 140 (55.08% from 255) = 58.82%

R = 9.66%
G = 31.51%
B = 58.82%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#174B8C (or 0x174B8C) is known color: Dark Cerulean. HEX triplet: 17, 4B and 8C. RGB value is (23,75,140). Sum of RGB (Red+Green+Blue) = 23+75+140=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #174B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174B8C is #E8B473. Grayscale: #424242. Windows color (decimal): -15250548 or 9194263. OLE color: 9194263.

HSL color Cylindrical-coordinate representation of color #174B8C: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #174B8C is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 75 140 -
CMYK 0.84 0.46 0 0.45
HSL 213.33º 0.72% 0.32% -
HSV(B) 213.33º 0.84% 0.55% -
XYZ 7.6 7.11 25.78 -
YUV 66.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 23 75 140 0.84 0.46 0 0.45 213.33 0.72 0.32
Hex 17 4B 8C 54 2E 0 2D D5 48 20
Octal 27 113 214 124 56 0 55 325 110 40
Binary 10111 1001011 10001100 1010100 101110 0 101101 11010101 1001000 100000

Color Harmonies of #174B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B8C

Black with #174B8C

Text Example


Text Example

White with #174B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174B8C; }

 p { color: rgb(23,75,140); }

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

background-color css

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

 a { background-color: rgb(23,75,140); }

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

border-color css

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

 span { border-color: rgb(23,75,140); }

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