Html Css Color HEX #184058 Regal Blue

📋 copy color: '#184058'

red 24 ◦ green 64 ◦ blue 88

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

Shades of Regal Blue #184058

Tints of Regal Blue #184058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50%

R = 13.64%
G = 36.36%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184058 (or 0x184058) is known color: Regal Blue. HEX triplet: 18, 40 and 58. RGB value is (24,64,88). Sum of RGB (Red+Green+Blue) = 24+64+88=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #184058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184058 is #E7BFA7. Grayscale: #363636. Windows color (decimal): -15187880 or 5783576. OLE color: 5783576.

HSL color Cylindrical-coordinate representation of color #184058: hue angle of 202.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184058 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 64 88 -
CMYK 0.73 0.27 0 0.65
HSL 202.5º 0.57% 0.22% -
HSV(B) 202.5º 0.73% 0.35% -
XYZ 3.97 4.57 9.9 -
YUV 54.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 24 64 88 0.73 0.27 0 0.65 202.5 0.57 0.22
Hex 18 40 58 49 1B 0 41 CA 39 16
Octal 30 100 130 111 33 0 101 312 71 26
Binary 11000 1000000 1011000 1001001 11011 0 1000001 11001010 111001 10110

Color Harmonies of #184058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184058

Black with #184058

Text Example


Text Example

White with #184058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184058; }

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

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

background-color css

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

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

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

border-color css

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

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

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