Html Css Color HEX #18384D Blue Whale

📋 copy color: '#18384D'

red 24 ◦ green 56 ◦ blue 77

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

Shades of Blue Whale #18384D

Tints of Blue Whale #18384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 15.29%
G = 35.67%
B = 49.04%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18384D (or 0x18384D) is known color: Blue Whale. HEX triplet: 18, 38 and 4D. RGB value is (24,56,77). Sum of RGB (Red+Green+Blue) = 24+56+77=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #18384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18384D is #E7C7B2. Grayscale: #303030. Windows color (decimal): -15189939 or 5060632. OLE color: 5060632.

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

Color convert

RGB 24 56 77 -
CMYK 0.69 0.27 0 0.70
HSL 203.77º 0.52% 0.2% -
HSV(B) 203.77º 0.69% 0.3% -
XYZ 3.13 3.56 7.54 -
YUV 48.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 24 56 77 0.69 0.27 0 0.70 203.77 0.52 0.2
Hex 18 38 4D 45 1B 0 46 CC 34 14
Octal 30 70 115 105 33 0 106 314 64 24
Binary 11000 111000 1001101 1000101 11011 0 1000110 11001100 110100 10100

Color Harmonies of #18384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18384D

Black with #18384D

Text Example


Text Example

White with #18384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18384D; }

 p { color: rgb(24,56,77); }

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

background-color css

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

 a { background-color: rgb(24,56,77); }

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

border-color css

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

 span { border-color: rgb(24,56,77); }

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