Html Css Color HEX #153B68 Regal Blue

📋 copy color: '#153B68'

red 21 ◦ green 59 ◦ blue 104

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

Shades of Regal Blue #153B68

Tints of Regal Blue #153B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.07%

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

R = 11.41%
G = 32.07%
B = 56.52%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153B68 (or 0x153B68) is known color: Regal Blue. HEX triplet: 15, 3B and 68. RGB value is (21,59,104). Sum of RGB (Red+Green+Blue) = 21+59+104=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #153B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B68 is #EAC497. Grayscale: #343434. Windows color (decimal): -15385752 or 6830869. OLE color: 6830869.

HSL color Cylindrical-coordinate representation of color #153B68: hue angle of 212.53º 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 #153B68 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 59 104 -
CMYK 0.80 0.43 0 0.59
HSL 212.53º 0.66% 0.25% -
HSV(B) 212.53º 0.8% 0.41% -
XYZ 4.37 4.29 13.69 -
YUV 52.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 21 59 104 0.80 0.43 0 0.59 212.53 0.66 0.25
Hex 15 3B 68 50 2B 0 3B D5 42 19
Octal 25 73 150 120 53 0 73 325 102 31
Binary 10101 111011 1101000 1010000 101011 0 111011 11010101 1000010 11001

Color Harmonies of #153B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B68

Black with #153B68

Text Example


Text Example

White with #153B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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