Html Css Color HEX #18303F Blue Whale

📋 copy color: '#18303F'

red 24 ◦ green 48 ◦ blue 63

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

Shades of Blue Whale #18303F

Tints of Blue Whale #18303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.56%

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

R = 17.78%
G = 35.56%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18303F (or 0x18303F) is known color: Blue Whale. HEX triplet: 18, 30 and 3F. RGB value is (24,48,63). Sum of RGB (Red+Green+Blue) = 24+48+63=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #18303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18303F is #E7CFC0. Grayscale: #2A2A2A. Windows color (decimal): -15192001 or 4141080. OLE color: 4141080.

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

Color convert

RGB 24 48 63 -
CMYK 0.62 0.24 0 0.75
HSL 203.08º 0.45% 0.17% -
HSV(B) 203.08º 0.62% 0.25% -
XYZ 2.33 2.67 5.09 -
YUV 42.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 24 48 63 0.62 0.24 0 0.75 203.08 0.45 0.17
Hex 18 30 3F 3E 18 0 4B CB 2D 11
Octal 30 60 77 76 30 0 113 313 55 21
Binary 11000 110000 111111 111110 11000 0 1001011 11001011 101101 10001

Color Harmonies of #18303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18303F

Black with #18303F

Text Example


Text Example

White with #18303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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