Html Css Color HEX #184263 Regal Blue

📋 copy color: '#184263'

red 24 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #184263

Tints of Regal Blue #184263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 12.7%
G = 34.92%
B = 52.38%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#184263 (or 0x184263) is known color: Regal Blue. HEX triplet: 18, 42 and 63. RGB value is (24,66,99). Sum of RGB (Red+Green+Blue) = 24+66+99=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #184263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184263 is #E7BD9C. Grayscale: #393939. Windows color (decimal): -15187357 or 6504984. OLE color: 6504984.

HSL color Cylindrical-coordinate representation of color #184263: hue angle of 206.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184263 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 66 99 -
CMYK 0.76 0.33 0 0.61
HSL 206.4º 0.61% 0.24% -
HSV(B) 206.4º 0.76% 0.39% -
XYZ 4.58 4.99 12.53 -
YUV 57.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 24 66 99 0.76 0.33 0 0.61 206.4 0.61 0.24
Hex 18 42 63 4C 21 0 3D CE 3D 18
Octal 30 102 143 114 41 0 75 316 75 30
Binary 11000 1000010 1100011 1001100 100001 0 111101 11001110 111101 11000

Color Harmonies of #184263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184263

Black with #184263

Text Example


Text Example

White with #184263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184263; }

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

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

background-color css

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

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

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

border-color css

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

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

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