Html Css Color HEX #183C58 Regal Blue

📋 copy color: '#183C58'

red 24 ◦ green 60 ◦ blue 88

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

Shades of Regal Blue #183C58

Tints of Regal Blue #183C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 13.95%
G = 34.88%
B = 51.16%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#183C58 (or 0x183C58) is known color: Regal Blue. HEX triplet: 18, 3C and 58. RGB value is (24,60,88). Sum of RGB (Red+Green+Blue) = 24+60+88=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #183C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C58 is #E7C3A7. Grayscale: #343434. Windows color (decimal): -15188904 or 5782552. OLE color: 5782552.

HSL color Cylindrical-coordinate representation of color #183C58: hue angle of 206.25º degrees, saturation: 0.57, 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 #183C58 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 60 88 -
CMYK 0.73 0.32 0 0.65
HSL 206.25º 0.57% 0.22% -
HSV(B) 206.25º 0.73% 0.35% -
XYZ 3.75 4.13 9.83 -
YUV 52.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 24 60 88 0.73 0.32 0 0.65 206.25 0.57 0.22
Hex 18 3C 58 49 20 0 41 CE 39 16
Octal 30 74 130 111 40 0 101 316 71 26
Binary 11000 111100 1011000 1001001 100000 0 1000001 11001110 111001 10110

Color Harmonies of #183C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C58

Black with #183C58

Text Example


Text Example

White with #183C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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