Html Css Color HEX #18384C Blue Whale

📋 copy color: '#18384C'

red 24 ◦ green 56 ◦ blue 76

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

Shades of Blue Whale #18384C

Tints of Blue Whale #18384C

RGB

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

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

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

R = 15.38%
G = 35.9%
B = 48.72%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18384C (or 0x18384C) is known color: Blue Whale. HEX triplet: 18, 38 and 4C. RGB value is (24,56,76). Sum of RGB (Red+Green+Blue) = 24+56+76=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #18384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18384C is #E7C7B3. Grayscale: #303030. Windows color (decimal): -15189940 or 4995096. OLE color: 4995096.

HSL color Cylindrical-coordinate representation of color #18384C: hue angle of 203.08º 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 #18384C is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 56 76 -
CMYK 0.68 0.26 0 0.70
HSL 203.08º 0.52% 0.2% -
HSV(B) 203.08º 0.68% 0.3% -
XYZ 3.1 3.54 7.36 -
YUV 48.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 24 56 76 0.68 0.26 0 0.70 203.08 0.52 0.2
Hex 18 38 4C 44 1A 0 46 CB 34 14
Octal 30 70 114 104 32 0 106 313 64 24
Binary 11000 111000 1001100 1000100 11010 0 1000110 11001011 110100 10100

Color Harmonies of #18384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18384C

Black with #18384C

Text Example


Text Example

White with #18384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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