Html Css Color HEX #183A5F Regal Blue

📋 copy color: '#183A5F'

red 24 ◦ green 58 ◦ blue 95

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

Shades of Regal Blue #183A5F

Tints of Regal Blue #183A5F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

 BLUE value IS 95 (37.5% from 255) = 53.67%

R = 13.56%
G = 32.77%
B = 53.67%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#183A5F (or 0x183A5F) is known color: Regal Blue. HEX triplet: 18, 3A and 5F. RGB value is (24,58,95). Sum of RGB (Red+Green+Blue) = 24+58+95=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #183A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A5F is #E7C5A0. Grayscale: #333333. Windows color (decimal): -15189409 or 6240792. OLE color: 6240792.

HSL color Cylindrical-coordinate representation of color #183A5F: hue angle of 211.27º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183A5F is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 58 95 -
CMYK 0.75 0.39 0 0.63
HSL 211.27º 0.6% 0.23% -
HSV(B) 211.27º 0.75% 0.37% -
XYZ 3.96 4.05 11.4 -
YUV 52.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 24 58 95 0.75 0.39 0 0.63 211.27 0.6 0.23
Hex 18 3A 5F 4B 27 0 3F D3 3C 17
Octal 30 72 137 113 47 0 77 323 74 27
Binary 11000 111010 1011111 1001011 100111 0 111111 11010011 111100 10111

Color Harmonies of #183A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A5F

Black with #183A5F

Text Example


Text Example

White with #183A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183A5F; }

 p { color: rgb(24,58,95); }

 H1.HeaderClassName
 {
   color: #183A5F;
 }
 .AnyTagClassName
 {
   color: #183A5F;
 }
</style>

background-color css

<style>
 a { background-color: #183A5F; }

 a { background-color: rgb(24,58,95); }

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

border-color css

<style>
 span { border-color: #183A5F; }

 span { border-color: rgb(24,58,95); }

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