Html Css Color HEX #183453 Regal Blue

📋 copy color: '#183453'

red 24 ◦ green 52 ◦ blue 83

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

Shades of Regal Blue #183453

Tints of Regal Blue #183453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

 BLUE value IS 83 (32.81% from 255) = 52.2%

R = 15.09%
G = 32.7%
B = 52.2%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#183453 (or 0x183453) is known color: Regal Blue. HEX triplet: 18, 34 and 53. RGB value is (24,52,83). Sum of RGB (Red+Green+Blue) = 24+52+83=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #183453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183453 is #E7CBAC. Grayscale: #2F2F2F. Windows color (decimal): -15190957 or 5452824. OLE color: 5452824.

HSL color Cylindrical-coordinate representation of color #183453: hue angle of 211.53º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183453 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 52 83 -
CMYK 0.71 0.37 0 0.67
HSL 211.53º 0.55% 0.21% -
HSV(B) 211.53º 0.71% 0.33% -
XYZ 3.17 3.27 8.65 -
YUV 47.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 24 52 83 0.71 0.37 0 0.67 211.53 0.55 0.21
Hex 18 34 53 47 25 0 43 D4 37 15
Octal 30 64 123 107 45 0 103 324 67 25
Binary 11000 110100 1010011 1000111 100101 0 1000011 11010100 110111 10101

Color Harmonies of #183453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183453

Black with #183453

Text Example


Text Example

White with #183453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183453; }

 p { color: rgb(24,52,83); }

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

background-color css

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

 a { background-color: rgb(24,52,83); }

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

border-color css

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

 span { border-color: rgb(24,52,83); }

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