Html Css Color HEX #183F56 Regal Blue

📋 copy color: '#183F56'

red 24 ◦ green 63 ◦ blue 86

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

Shades of Regal Blue #183F56

Tints of Regal Blue #183F56

RGB

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

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 13.87%
G = 36.42%
B = 49.71%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#183F56 (or 0x183F56) is known color: Regal Blue. HEX triplet: 18, 3F and 56. RGB value is (24,63,86). Sum of RGB (Red+Green+Blue) = 24+63+86=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #183F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F56 is #E7C0A9. Grayscale: #353535. Windows color (decimal): -15188138 or 5652248. OLE color: 5652248.

HSL color Cylindrical-coordinate representation of color #183F56: hue angle of 202.26º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183F56 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 63 86 -
CMYK 0.72 0.27 0 0.66
HSL 202.26º 0.56% 0.22% -
HSV(B) 202.26º 0.72% 0.34% -
XYZ 3.83 4.42 9.46 -
YUV 53.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 24 63 86 0.72 0.27 0 0.66 202.26 0.56 0.22
Hex 18 3F 56 48 1B 0 42 CA 38 16
Octal 30 77 126 110 33 0 102 312 70 26
Binary 11000 111111 1010110 1001000 11011 0 1000010 11001010 111000 10110

Color Harmonies of #183F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F56

Black with #183F56

Text Example


Text Example

White with #183F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,63,86); }

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

background-color css

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

 a { background-color: rgb(24,63,86); }

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

border-color css

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

 span { border-color: rgb(24,63,86); }

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