Html Css Color HEX #153F68 Regal Blue

📋 copy color: '#153F68'

red 21 ◦ green 63 ◦ blue 104

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

Shades of Regal Blue #153F68

Tints of Regal Blue #153F68

RGB

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

 GREEN value IS 63 (25% from 255) = 33.51%

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

R = 11.17%
G = 33.51%
B = 55.32%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153F68 (or 0x153F68) is known color: Regal Blue. HEX triplet: 15, 3F and 68. RGB value is (21,63,104). Sum of RGB (Red+Green+Blue) = 21+63+104=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #153F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F68 is #EAC097. Grayscale: #363636. Windows color (decimal): -15384728 or 6831893. OLE color: 6831893.

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

Color convert

RGB 21 63 104 -
CMYK 0.80 0.39 0 0.59
HSL 209.64º 0.66% 0.25% -
HSV(B) 209.64º 0.8% 0.41% -
XYZ 4.59 4.71 13.76 -
YUV 55.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 21 63 104 0.80 0.39 0 0.59 209.64 0.66 0.25
Hex 15 3F 68 50 27 0 3B D2 42 19
Octal 25 77 150 120 47 0 73 322 102 31
Binary 10101 111111 1101000 1010000 100111 0 111011 11010010 1000010 11001

Color Harmonies of #153F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F68

Black with #153F68

Text Example


Text Example

White with #153F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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