Html Css Color HEX #184068 Regal Blue

📋 copy color: '#184068'

red 24 ◦ green 64 ◦ blue 104

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

Shades of Regal Blue #184068

Tints of Regal Blue #184068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

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

R = 12.5%
G = 33.33%
B = 54.17%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184068 (or 0x184068) is known color: Regal Blue. HEX triplet: 18, 40 and 68. RGB value is (24,64,104). Sum of RGB (Red+Green+Blue) = 24+64+104=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #184068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184068 is #E7BF97. Grayscale: #383838. Windows color (decimal): -15187864 or 6832152. OLE color: 6832152.

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

Color convert

RGB 24 64 104 -
CMYK 0.77 0.38 0 0.59
HSL 210º 0.63% 0.25% -
HSV(B) 210º 0.77% 0.41% -
XYZ 4.71 4.86 13.79 -
YUV 56.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 24 64 104 0.77 0.38 0 0.59 210 0.63 0.25
Hex 18 40 68 4D 26 0 3B D2 3E 19
Octal 30 100 150 115 46 0 73 322 76 31
Binary 11000 1000000 1101000 1001101 100110 0 111011 11010010 111110 11001

Color Harmonies of #184068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184068

Black with #184068

Text Example


Text Example

White with #184068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184068; }

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

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

background-color css

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

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

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

border-color css

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

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

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