Html Css Color HEX #184261 Regal Blue

📋 copy color: '#184261'

red 24 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #184261

Tints of Regal Blue #184261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 12.83%
G = 35.29%
B = 51.87%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184261 (or 0x184261) is known color: Regal Blue. HEX triplet: 18, 42 and 61. RGB value is (24,66,97). Sum of RGB (Red+Green+Blue) = 24+66+97=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #184261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184261 is #E7BD9E. Grayscale: #383838. Windows color (decimal): -15187359 or 6373912. OLE color: 6373912.

HSL color Cylindrical-coordinate representation of color #184261: hue angle of 205.48º 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 #184261 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 66 97 -
CMYK 0.75 0.32 0 0.62
HSL 205.48º 0.6% 0.24% -
HSV(B) 205.48º 0.75% 0.38% -
XYZ 4.48 4.95 12.03 -
YUV 56.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 24 66 97 0.75 0.32 0 0.62 205.48 0.6 0.24
Hex 18 42 61 4B 20 0 3E CD 3C 18
Octal 30 102 141 113 40 0 76 315 74 30
Binary 11000 1000010 1100001 1001011 100000 0 111110 11001101 111100 11000

Color Harmonies of #184261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184261

Black with #184261

Text Example


Text Example

White with #184261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184261; }

 p { color: rgb(24,66,97); }

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

background-color css

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

 a { background-color: rgb(24,66,97); }

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

border-color css

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

 span { border-color: rgb(24,66,97); }

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