Html Css Color HEX #18385A Regal Blue

📋 copy color: '#18385A'

red 24 ◦ green 56 ◦ blue 90

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

Shades of Regal Blue #18385A

Tints of Regal Blue #18385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 14.12%
G = 32.94%
B = 52.94%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18385A (or 0x18385A) is known color: Regal Blue. HEX triplet: 18, 38 and 5A. RGB value is (24,56,90). Sum of RGB (Red+Green+Blue) = 24+56+90=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #18385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18385A is #E7C7A5. Grayscale: #323232. Windows color (decimal): -15189926 or 5912600. OLE color: 5912600.

HSL color Cylindrical-coordinate representation of color #18385A: hue angle of 210.91º 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 #18385A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 56 90 -
CMYK 0.73 0.38 0 0.65
HSL 210.91º 0.58% 0.22% -
HSV(B) 210.91º 0.73% 0.35% -
XYZ 3.64 3.76 10.21 -
YUV 50.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 24 56 90 0.73 0.38 0 0.65 210.91 0.58 0.22
Hex 18 38 5A 49 26 0 41 D3 3A 16
Octal 30 70 132 111 46 0 101 323 72 26
Binary 11000 111000 1011010 1001001 100110 0 1000001 11010011 111010 10110

Color Harmonies of #18385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18385A

Black with #18385A

Text Example


Text Example

White with #18385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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