Html Css Color HEX #184260 Regal Blue

📋 copy color: '#184260'

red 24 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #184260

Tints of Regal Blue #184260

RGB

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

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

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

R = 12.9%
G = 35.48%
B = 51.61%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184260 (or 0x184260) is known color: Regal Blue. HEX triplet: 18, 42 and 60. RGB value is (24,66,96). Sum of RGB (Red+Green+Blue) = 24+66+96=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #184260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184260 is #E7BD9F. Grayscale: #383838. Windows color (decimal): -15187360 or 6308376. OLE color: 6308376.

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

Color convert

RGB 24 66 96 -
CMYK 0.75 0.31 0 0.62
HSL 205º 0.6% 0.24% -
HSV(B) 205º 0.75% 0.38% -
XYZ 4.44 4.94 11.79 -
YUV 56.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 24 66 96 0.75 0.31 0 0.62 205 0.6 0.24
Hex 18 42 60 4B 1F 0 3E CD 3C 18
Octal 30 102 140 113 37 0 76 315 74 30
Binary 11000 1000010 1100000 1001011 11111 0 111110 11001101 111100 11000

Color Harmonies of #184260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184260

Black with #184260

Text Example


Text Example

White with #184260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184260; }

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

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

background-color css

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

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

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

border-color css

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

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

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