Html Css Color HEX #144261 Regal Blue

📋 copy color: '#144261'

red 20 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #144261

Tints of Regal Blue #144261

RGB

 RED value IS 20 (8.2% from 255) = 10.93%

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

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 10.93%
G = 36.07%
B = 53.01%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144261 (or 0x144261) is known color: Regal Blue. HEX triplet: 14, 42 and 61. RGB value is (20,66,97). Sum of RGB (Red+Green+Blue) = 20+66+97=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #144261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144261 is #EBBD9E. Grayscale: #373737. Windows color (decimal): -15449503 or 6373908. OLE color: 6373908.

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

Color convert

RGB 20 66 97 -
CMYK 0.79 0.32 0 0.62
HSL 204.16º 0.66% 0.23% -
HSV(B) 204.16º 0.79% 0.38% -
XYZ 4.39 4.91 12.03 -
YUV 55.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 20 66 97 0.79 0.32 0 0.62 204.16 0.66 0.23
Hex 14 42 61 4F 20 0 3E CC 42 17
Octal 24 102 141 117 40 0 76 314 102 27
Binary 10100 1000010 1100001 1001111 100000 0 111110 11001100 1000010 10111

Color Harmonies of #144261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144261

Black with #144261

Text Example


Text Example

White with #144261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144261; }

 p { color: rgb(20,66,97); }

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

background-color css

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

 a { background-color: rgb(20,66,97); }

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

border-color css

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

 span { border-color: rgb(20,66,97); }

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