Html Css Color HEX #18353F Blue Whale

📋 copy color: '#18353F'

red 24 ◦ green 53 ◦ blue 63

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

Shades of Blue Whale #18353F

Tints of Blue Whale #18353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45%

R = 17.14%
G = 37.86%
B = 45%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18353F (or 0x18353F) is known color: Blue Whale. HEX triplet: 18, 35 and 3F. RGB value is (24,53,63). Sum of RGB (Red+Green+Blue) = 24+53+63=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #18353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18353F is #E7CAC0. Grayscale: #2D2D2D. Windows color (decimal): -15190721 or 4142360. OLE color: 4142360.

HSL color Cylindrical-coordinate representation of color #18353F: hue angle of 195.38º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18353F is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 53 63 -
CMYK 0.62 0.16 0 0.75
HSL 195.38º 0.45% 0.17% -
HSV(B) 195.38º 0.62% 0.25% -
XYZ 2.55 3.1 5.17 -
YUV 45.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 24 53 63 0.62 0.16 0 0.75 195.38 0.45 0.17
Hex 18 35 3F 3E 10 0 4B C3 2D 11
Octal 30 65 77 76 20 0 113 303 55 21
Binary 11000 110101 111111 111110 10000 0 1001011 11000011 101101 10001

Color Harmonies of #18353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18353F

Black with #18353F

Text Example


Text Example

White with #18353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18353F; }

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

 H1.HeaderClassName
 {
   color: #18353F;
 }
 .AnyTagClassName
 {
   color: #18353F;
 }
</style>

background-color css

<style>
 a { background-color: #18353F; }

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

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

border-color css

<style>
 span { border-color: #18353F; }

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

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