Html Css Color HEX #184468 Regal Blue

📋 copy color: '#184468'

red 24 ◦ green 68 ◦ blue 104

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

Shades of Regal Blue #184468

Tints of Regal Blue #184468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

 BLUE value IS 104 (41.02% from 255) = 53.06%

R = 12.24%
G = 34.69%
B = 53.06%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184468 (or 0x184468) is known color: Regal Blue. HEX triplet: 18, 44 and 68. RGB value is (24,68,104). Sum of RGB (Red+Green+Blue) = 24+68+104=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #184468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184468 is #E7BB97. Grayscale: #3A3A3A. Windows color (decimal): -15186840 or 6833176. OLE color: 6833176.

HSL color Cylindrical-coordinate representation of color #184468: hue angle of 207º degrees, saturation: 0.62, 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 #184468 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 68 104 -
CMYK 0.77 0.35 0 0.59
HSL 207º 0.63% 0.25% -
HSV(B) 207º 0.77% 0.41% -
XYZ 4.94 5.33 13.86 -
YUV 58.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 24 68 104 0.77 0.35 0 0.59 207 0.63 0.25
Hex 18 44 68 4D 23 0 3B CF 3E 19
Octal 30 104 150 115 43 0 73 317 76 31
Binary 11000 1000100 1101000 1001101 100011 0 111011 11001111 111110 11001

Color Harmonies of #184468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184468

Black with #184468

Text Example


Text Example

White with #184468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184468; }

 p { color: rgb(24,68,104); }

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

background-color css

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

 a { background-color: rgb(24,68,104); }

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

border-color css

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

 span { border-color: rgb(24,68,104); }

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