Html Css Color HEX #153A68 Regal Blue

📋 copy color: '#153A68'

red 21 ◦ green 58 ◦ blue 104

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

Shades of Regal Blue #153A68

Tints of Regal Blue #153A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.69%

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

R = 11.48%
G = 31.69%
B = 56.83%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153A68 (or 0x153A68) is known color: Regal Blue. HEX triplet: 15, 3A and 68. RGB value is (21,58,104). Sum of RGB (Red+Green+Blue) = 21+58+104=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #153A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A68 is #EAC597. Grayscale: #333333. Windows color (decimal): -15386008 or 6830613. OLE color: 6830613.

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

Color convert

RGB 21 58 104 -
CMYK 0.80 0.44 0 0.59
HSL 213.25º 0.66% 0.25% -
HSV(B) 213.25º 0.8% 0.41% -
XYZ 4.32 4.19 13.68 -
YUV 52.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 21 58 104 0.80 0.44 0 0.59 213.25 0.66 0.25
Hex 15 3A 68 50 2C 0 3B D5 42 19
Octal 25 72 150 120 54 0 73 325 102 31
Binary 10101 111010 1101000 1010000 101100 0 111011 11010101 1000010 11001

Color Harmonies of #153A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A68

Black with #153A68

Text Example


Text Example

White with #153A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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