Html Css Color HEX #153353 Regal Blue

📋 copy color: '#153353'

red 21 ◦ green 51 ◦ blue 83

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

Shades of Regal Blue #153353

Tints of Regal Blue #153353

RGB

 RED value IS 21 (8.59% from 255) = 13.55%

 GREEN value IS 51 (20.31% from 255) = 32.9%

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

R = 13.55%
G = 32.9%
B = 53.55%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153353 (or 0x153353) is known color: Regal Blue. HEX triplet: 15, 33 and 53. RGB value is (21,51,83). Sum of RGB (Red+Green+Blue) = 21+51+83=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #153353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153353 is #EACCAC. Grayscale: #2D2D2D. Windows color (decimal): -15387821 or 5452565. OLE color: 5452565.

HSL color Cylindrical-coordinate representation of color #153353: hue angle of 210.97º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153353 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 51 83 -
CMYK 0.75 0.39 0 0.67
HSL 210.97º 0.6% 0.2% -
HSV(B) 210.97º 0.75% 0.33% -
XYZ 3.05 3.15 8.63 -
YUV 45.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 21 51 83 0.75 0.39 0 0.67 210.97 0.6 0.2
Hex 15 33 53 4B 27 0 43 D3 3C 14
Octal 25 63 123 113 47 0 103 323 74 24
Binary 10101 110011 1010011 1001011 100111 0 1000011 11010011 111100 10100

Color Harmonies of #153353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153353

Black with #153353

Text Example


Text Example

White with #153353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153353; }

 p { color: rgb(21,51,83); }

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

background-color css

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

 a { background-color: rgb(21,51,83); }

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

border-color css

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

 span { border-color: rgb(21,51,83); }

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