Html Css Color HEX #18323F Blue Whale

📋 copy color: '#18323F'

red 24 ◦ green 50 ◦ blue 63

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

Shades of Blue Whale #18323F

Tints of Blue Whale #18323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

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

R = 17.52%
G = 36.5%
B = 45.99%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18323F (or 0x18323F) is known color: Blue Whale. HEX triplet: 18, 32 and 3F. RGB value is (24,50,63). Sum of RGB (Red+Green+Blue) = 24+50+63=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #18323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18323F is #E7CDC0. Grayscale: #2B2B2B. Windows color (decimal): -15191489 or 4141592. OLE color: 4141592.

HSL color Cylindrical-coordinate representation of color #18323F: hue angle of 200º 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 #18323F is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 50 63 -
CMYK 0.62 0.21 0 0.75
HSL 200º 0.45% 0.17% -
HSV(B) 200º 0.62% 0.25% -
XYZ 2.41 2.83 5.12 -
YUV 43.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 24 50 63 0.62 0.21 0 0.75 200 0.45 0.17
Hex 18 32 3F 3E 15 0 4B C8 2D 11
Octal 30 62 77 76 25 0 113 310 55 21
Binary 11000 110010 111111 111110 10101 0 1001011 11001000 101101 10001

Color Harmonies of #18323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18323F

Black with #18323F

Text Example


Text Example

White with #18323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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