Html Css Color HEX #18436A Regal Blue

📋 copy color: '#18436A'

red 24 ◦ green 67 ◦ blue 106

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

Shades of Regal Blue #18436A

Tints of Regal Blue #18436A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 53.81%

R = 12.18%
G = 34.01%
B = 53.81%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18436A (or 0x18436A) is known color: Regal Blue. HEX triplet: 18, 43 and 6A. RGB value is (24,67,106). Sum of RGB (Red+Green+Blue) = 24+67+106=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #18436A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18436A is #E7BC95. Grayscale: #3A3A3A. Windows color (decimal): -15187094 or 6963992. OLE color: 6963992.

HSL color Cylindrical-coordinate representation of color #18436A: hue angle of 208.54º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18436A is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 67 106 -
CMYK 0.77 0.37 0 0.58
HSL 208.54º 0.63% 0.25% -
HSV(B) 208.54º 0.77% 0.42% -
XYZ 4.99 5.25 14.39 -
YUV 58.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 24 67 106 0.77 0.37 0 0.58 208.54 0.63 0.25
Hex 18 43 6A 4D 25 0 3A D1 3F 19
Octal 30 103 152 115 45 0 72 321 77 31
Binary 11000 1000011 1101010 1001101 100101 0 111010 11010001 111111 11001

Color Harmonies of #18436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18436A

Black with #18436A

Text Example


Text Example

White with #18436A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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