Html Css Color HEX #18436C Regal Blue

📋 copy color: '#18436C'

red 24 ◦ green 67 ◦ blue 108

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

Shades of Regal Blue #18436C

Tints of Regal Blue #18436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 12.06%
G = 33.67%
B = 54.27%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18436C (or 0x18436C) is known color: Regal Blue. HEX triplet: 18, 43 and 6C. RGB value is (24,67,108). Sum of RGB (Red+Green+Blue) = 24+67+108=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #18436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18436C is #E7BC93. Grayscale: #3A3A3A. Windows color (decimal): -15187092 or 7095064. OLE color: 7095064.

HSL color Cylindrical-coordinate representation of color #18436C: hue angle of 209.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18436C is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 67 108 -
CMYK 0.78 0.38 0 0.58
HSL 209.29º 0.64% 0.26% -
HSV(B) 209.29º 0.78% 0.42% -
XYZ 5.09 5.29 14.94 -
YUV 58.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 24 67 108 0.78 0.38 0 0.58 209.29 0.64 0.26
Hex 18 43 6C 4E 26 0 3A D1 40 1A
Octal 30 103 154 116 46 0 72 321 100 32
Binary 11000 1000011 1101100 1001110 100110 0 111010 11010001 1000000 11010

Color Harmonies of #18436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18436C

Black with #18436C

Text Example


Text Example

White with #18436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,67,108); }

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

background-color css

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

 a { background-color: rgb(24,67,108); }

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

border-color css

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

 span { border-color: rgb(24,67,108); }

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