Html Css Color HEX #184069 Regal Blue

📋 copy color: '#184069'

red 24 ◦ green 64 ◦ blue 105

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

Shades of Regal Blue #184069

Tints of Regal Blue #184069

RGB

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

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

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

R = 12.44%
G = 33.16%
B = 54.4%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184069 (or 0x184069) is known color: Regal Blue. HEX triplet: 18, 40 and 69. RGB value is (24,64,105). Sum of RGB (Red+Green+Blue) = 24+64+105=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #184069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184069 is #E7BF96. Grayscale: #383838. Windows color (decimal): -15187863 or 6897688. OLE color: 6897688.

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

Color convert

RGB 24 64 105 -
CMYK 0.77 0.39 0 0.59
HSL 210.37º 0.63% 0.25% -
HSV(B) 210.37º 0.77% 0.41% -
XYZ 4.76 4.88 14.06 -
YUV 56.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 24 64 105 0.77 0.39 0 0.59 210.37 0.63 0.25
Hex 18 40 69 4D 27 0 3B D2 3F 19
Octal 30 100 151 115 47 0 73 322 77 31
Binary 11000 1000000 1101001 1001101 100111 0 111011 11010010 111111 11001

Color Harmonies of #184069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184069

Black with #184069

Text Example


Text Example

White with #184069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184069; }

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

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

background-color css

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

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

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

border-color css

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

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

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