Html Css Color HEX #18374C Blue Whale

📋 copy color: '#18374C'

red 24 ◦ green 55 ◦ blue 76

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

Shades of Blue Whale #18374C

Tints of Blue Whale #18374C

RGB

 RED value IS 24 (9.77% from 255) = 15.48%

 GREEN value IS 55 (21.88% from 255) = 35.48%

 BLUE value IS 76 (30.08% from 255) = 49.03%

R = 15.48%
G = 35.48%
B = 49.03%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18374C (or 0x18374C) is known color: Blue Whale. HEX triplet: 18, 37 and 4C. RGB value is (24,55,76). Sum of RGB (Red+Green+Blue) = 24+55+76=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #18374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18374C is #E7C8B3. Grayscale: #303030. Windows color (decimal): -15190196 or 4994840. OLE color: 4994840.

HSL color Cylindrical-coordinate representation of color #18374C: hue angle of 204.23º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18374C is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 55 76 -
CMYK 0.68 0.28 0 0.70
HSL 204.23º 0.52% 0.2% -
HSV(B) 204.23º 0.68% 0.3% -
XYZ 3.05 3.45 7.34 -
YUV 48.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 24 55 76 0.68 0.28 0 0.70 204.23 0.52 0.2
Hex 18 37 4C 44 1C 0 46 CC 34 14
Octal 30 67 114 104 34 0 106 314 64 24
Binary 11000 110111 1001100 1000100 11100 0 1000110 11001100 110100 10100

Color Harmonies of #18374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18374C

Black with #18374C

Text Example


Text Example

White with #18374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18374C; }

 p { color: rgb(24,55,76); }

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

background-color css

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

 a { background-color: rgb(24,55,76); }

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

border-color css

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

 span { border-color: rgb(24,55,76); }

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