Html Css Color HEX #153A67 Regal Blue

📋 copy color: '#153A67'

red 21 ◦ green 58 ◦ blue 103

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

Shades of Regal Blue #153A67

Tints of Regal Blue #153A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 56.59%

R = 11.54%
G = 31.87%
B = 56.59%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#153A67 (or 0x153A67) is known color: Regal Blue. HEX triplet: 15, 3A and 67. RGB value is (21,58,103). Sum of RGB (Red+Green+Blue) = 21+58+103=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #153A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A67 is #EAC598. Grayscale: #333333. Windows color (decimal): -15386009 or 6765077. OLE color: 6765077.

HSL color Cylindrical-coordinate representation of color #153A67: hue angle of 212.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153A67 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 58 103 -
CMYK 0.80 0.44 0 0.60
HSL 212.93º 0.66% 0.24% -
HSV(B) 212.93º 0.8% 0.4% -
XYZ 4.27 4.16 13.41 -
YUV 52.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 21 58 103 0.80 0.44 0 0.60 212.93 0.66 0.24
Hex 15 3A 67 50 2C 0 3C D5 42 18
Octal 25 72 147 120 54 0 74 325 102 30
Binary 10101 111010 1100111 1010000 101100 0 111100 11010101 1000010 11000

Color Harmonies of #153A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A67

Black with #153A67

Text Example


Text Example

White with #153A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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