Html Css Color HEX #154260 Regal Blue

📋 copy color: '#154260'

red 21 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #154260

Tints of Regal Blue #154260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 11.48%
G = 36.07%
B = 52.46%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154260 (or 0x154260) is known color: Regal Blue. HEX triplet: 15, 42 and 60. RGB value is (21,66,96). Sum of RGB (Red+Green+Blue) = 21+66+96=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #154260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154260 is #EABD9F. Grayscale: #373737. Windows color (decimal): -15383968 or 6308373. OLE color: 6308373.

HSL color Cylindrical-coordinate representation of color #154260: hue angle of 204º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154260 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 66 96 -
CMYK 0.78 0.31 0 0.62
HSL 204º 0.64% 0.23% -
HSV(B) 204º 0.78% 0.38% -
XYZ 4.37 4.9 11.78 -
YUV 55.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 21 66 96 0.78 0.31 0 0.62 204 0.64 0.23
Hex 15 42 60 4E 1F 0 3E CC 40 17
Octal 25 102 140 116 37 0 76 314 100 27
Binary 10101 1000010 1100000 1001110 11111 0 111110 11001100 1000000 10111

Color Harmonies of #154260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154260

Black with #154260

Text Example


Text Example

White with #154260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154260; }

 p { color: rgb(21,66,96); }

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

background-color css

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

 a { background-color: rgb(21,66,96); }

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

border-color css

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

 span { border-color: rgb(21,66,96); }

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