Html Css Color HEX #183C69 Regal Blue

📋 copy color: '#183C69'

red 24 ◦ green 60 ◦ blue 105

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

Shades of Regal Blue #183C69

Tints of Regal Blue #183C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.56%

R = 12.7%
G = 31.75%
B = 55.56%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#183C69 (or 0x183C69) is known color: Regal Blue. HEX triplet: 18, 3C and 69. RGB value is (24,60,105). Sum of RGB (Red+Green+Blue) = 24+60+105=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #183C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C69 is #E7C396. Grayscale: #363636. Windows color (decimal): -15188887 or 6896664. OLE color: 6896664.

HSL color Cylindrical-coordinate representation of color #183C69: hue angle of 213.33º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183C69 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 60 105 -
CMYK 0.77 0.43 0 0.59
HSL 213.33º 0.63% 0.25% -
HSV(B) 213.33º 0.77% 0.41% -
XYZ 4.54 4.45 13.98 -
YUV 54.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 24 60 105 0.77 0.43 0 0.59 213.33 0.63 0.25
Hex 18 3C 69 4D 2B 0 3B D5 3F 19
Octal 30 74 151 115 53 0 73 325 77 31
Binary 11000 111100 1101001 1001101 101011 0 111011 11010101 111111 11001

Color Harmonies of #183C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C69

Black with #183C69

Text Example


Text Example

White with #183C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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