Html Css Color HEX #153D68 Regal Blue

📋 copy color: '#153D68'

red 21 ◦ green 61 ◦ blue 104

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

Shades of Regal Blue #153D68

Tints of Regal Blue #153D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.8%

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 11.29%
G = 32.8%
B = 55.91%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153D68 (or 0x153D68) is known color: Regal Blue. HEX triplet: 15, 3D and 68. RGB value is (21,61,104). Sum of RGB (Red+Green+Blue) = 21+61+104=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #153D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D68 is #EAC297. Grayscale: #353535. Windows color (decimal): -15385240 or 6831381. OLE color: 6831381.

HSL color Cylindrical-coordinate representation of color #153D68: hue angle of 211.08º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153D68 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 61 104 -
CMYK 0.80 0.41 0 0.59
HSL 211.08º 0.66% 0.25% -
HSV(B) 211.08º 0.8% 0.41% -
XYZ 4.48 4.5 13.73 -
YUV 53.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 21 61 104 0.80 0.41 0 0.59 211.08 0.66 0.25
Hex 15 3D 68 50 29 0 3B D3 42 19
Octal 25 75 150 120 51 0 73 323 102 31
Binary 10101 111101 1101000 1010000 101001 0 111011 11010011 1000010 11001

Color Harmonies of #153D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D68

Black with #153D68

Text Example


Text Example

White with #153D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153D68; }

 p { color: rgb(21,61,104); }

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

background-color css

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

 a { background-color: rgb(21,61,104); }

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

border-color css

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

 span { border-color: rgb(21,61,104); }

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