Html Css Color HEX #18395A Regal Blue

📋 copy color: '#18395A'

red 24 ◦ green 57 ◦ blue 90

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

Shades of Regal Blue #18395A

Tints of Regal Blue #18395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 90 (35.55% from 255) = 52.63%

R = 14.04%
G = 33.33%
B = 52.63%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18395A (or 0x18395A) is known color: Regal Blue. HEX triplet: 18, 39 and 5A. RGB value is (24,57,90). Sum of RGB (Red+Green+Blue) = 24+57+90=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #18395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18395A is #E7C6A5. Grayscale: #323232. Windows color (decimal): -15189670 or 5912856. OLE color: 5912856.

HSL color Cylindrical-coordinate representation of color #18395A: hue angle of 210º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18395A is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 57 90 -
CMYK 0.73 0.37 0 0.65
HSL 210º 0.58% 0.22% -
HSV(B) 210º 0.73% 0.35% -
XYZ 3.69 3.86 10.22 -
YUV 50.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 24 57 90 0.73 0.37 0 0.65 210 0.58 0.22
Hex 18 39 5A 49 25 0 41 D2 3A 16
Octal 30 71 132 111 45 0 101 322 72 26
Binary 11000 111001 1011010 1001001 100101 0 1000001 11010010 111010 10110

Color Harmonies of #18395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18395A

Black with #18395A

Text Example


Text Example

White with #18395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,57,90); }

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

background-color css

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

 a { background-color: rgb(24,57,90); }

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

border-color css

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

 span { border-color: rgb(24,57,90); }

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