Html Css Color HEX #183C5C Regal Blue

📋 copy color: '#183C5C'

red 24 ◦ green 60 ◦ blue 92

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

Shades of Regal Blue #183C5C

Tints of Regal Blue #183C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 13.64%
G = 34.09%
B = 52.27%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#183C5C (or 0x183C5C) is known color: Regal Blue. HEX triplet: 18, 3C and 5C. RGB value is (24,60,92). Sum of RGB (Red+Green+Blue) = 24+60+92=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #183C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C5C is #E7C3A3. Grayscale: #343434. Windows color (decimal): -15188900 or 6044696. OLE color: 6044696.

HSL color Cylindrical-coordinate representation of color #183C5C: hue angle of 208.24º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183C5C is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 60 92 -
CMYK 0.74 0.35 0 0.64
HSL 208.24º 0.59% 0.23% -
HSV(B) 208.24º 0.74% 0.36% -
XYZ 3.92 4.2 10.73 -
YUV 52.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 24 60 92 0.74 0.35 0 0.64 208.24 0.59 0.23
Hex 18 3C 5C 4A 23 0 40 D0 3B 17
Octal 30 74 134 112 43 0 100 320 73 27
Binary 11000 111100 1011100 1001010 100011 0 1000000 11010000 111011 10111

Color Harmonies of #183C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C5C

Black with #183C5C

Text Example


Text Example

White with #183C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,60,92); }

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

background-color css

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

 a { background-color: rgb(24,60,92); }

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

border-color css

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

 span { border-color: rgb(24,60,92); }

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