Html Css Color HEX #18354D Blue Whale

📋 copy color: '#18354D'

red 24 ◦ green 53 ◦ blue 77

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

Shades of Blue Whale #18354D

Tints of Blue Whale #18354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

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

R = 15.58%
G = 34.42%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18354D (or 0x18354D) is known color: Blue Whale. HEX triplet: 18, 35 and 4D. RGB value is (24,53,77). Sum of RGB (Red+Green+Blue) = 24+53+77=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #18354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18354D is #E7CAB2. Grayscale: #2E2E2E. Windows color (decimal): -15190707 or 5059864. OLE color: 5059864.

HSL color Cylindrical-coordinate representation of color #18354D: hue angle of 207.17º 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 #18354D is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 53 77 -
CMYK 0.69 0.31 0 0.70
HSL 207.17º 0.52% 0.2% -
HSV(B) 207.17º 0.69% 0.3% -
XYZ 2.99 3.28 7.5 -
YUV 47.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 24 53 77 0.69 0.31 0 0.70 207.17 0.52 0.2
Hex 18 35 4D 45 1F 0 46 CF 34 14
Octal 30 65 115 105 37 0 106 317 64 24
Binary 11000 110101 1001101 1000101 11111 0 1000110 11001111 110100 10100

Color Harmonies of #18354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18354D

Black with #18354D

Text Example


Text Example

White with #18354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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