Html Css Color HEX #18436B Regal Blue

📋 copy color: '#18436B'

red 24 ◦ green 67 ◦ blue 107

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

Shades of Regal Blue #18436B

Tints of Regal Blue #18436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 12.12%
G = 33.84%
B = 54.04%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18436B (or 0x18436B) is known color: Regal Blue. HEX triplet: 18, 43 and 6B. RGB value is (24,67,107). Sum of RGB (Red+Green+Blue) = 24+67+107=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #18436B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18436B is #E7BC94. Grayscale: #3A3A3A. Windows color (decimal): -15187093 or 7029528. OLE color: 7029528.

HSL color Cylindrical-coordinate representation of color #18436B: hue angle of 208.92º degrees, saturation: 0.63, 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 #18436B is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 67 107 -
CMYK 0.78 0.37 0 0.58
HSL 208.92º 0.63% 0.26% -
HSV(B) 208.92º 0.78% 0.42% -
XYZ 5.04 5.27 14.66 -
YUV 58.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 24 67 107 0.78 0.37 0 0.58 208.92 0.63 0.26
Hex 18 43 6B 4E 25 0 3A D1 3F 1A
Octal 30 103 153 116 45 0 72 321 77 32
Binary 11000 1000011 1101011 1001110 100101 0 111010 11010001 111111 11010

Color Harmonies of #18436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18436B

Black with #18436B

Text Example


Text Example

White with #18436B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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