Html Css Color HEX #183F60 Regal Blue

📋 copy color: '#183F60'

red 24 ◦ green 63 ◦ blue 96

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

Shades of Regal Blue #183F60

Tints of Regal Blue #183F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 13.11%
G = 34.43%
B = 52.46%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#183F60 (or 0x183F60) is known color: Regal Blue. HEX triplet: 18, 3F and 60. RGB value is (24,63,96). Sum of RGB (Red+Green+Blue) = 24+63+96=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #183F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F60 is #E7C09F. Grayscale: #363636. Windows color (decimal): -15188128 or 6307608. OLE color: 6307608.

HSL color Cylindrical-coordinate representation of color #183F60: hue angle of 207.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183F60 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 63 96 -
CMYK 0.75 0.34 0 0.62
HSL 207.5º 0.6% 0.24% -
HSV(B) 207.5º 0.75% 0.38% -
XYZ 4.27 4.59 11.73 -
YUV 55.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 24 63 96 0.75 0.34 0 0.62 207.5 0.6 0.24
Hex 18 3F 60 4B 22 0 3E D0 3C 18
Octal 30 77 140 113 42 0 76 320 74 30
Binary 11000 111111 1100000 1001011 100010 0 111110 11010000 111100 11000

Color Harmonies of #183F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F60

Black with #183F60

Text Example


Text Example

White with #183F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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