Html Css Color HEX #144260 Regal Blue

📋 copy color: '#144260'

red 20 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #144260

Tints of Regal Blue #144260

RGB

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

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

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

R = 10.99%
G = 36.26%
B = 52.75%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144260 (or 0x144260) is known color: Regal Blue. HEX triplet: 14, 42 and 60. RGB value is (20,66,96). Sum of RGB (Red+Green+Blue) = 20+66+96=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #144260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144260 is #EBBD9F. Grayscale: #373737. Windows color (decimal): -15449504 or 6308372. OLE color: 6308372.

HSL color Cylindrical-coordinate representation of color #144260: hue angle of 203.68º 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 #144260 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 66 96 -
CMYK 0.79 0.31 0 0.62
HSL 203.68º 0.66% 0.23% -
HSV(B) 203.68º 0.79% 0.38% -
XYZ 4.35 4.89 11.78 -
YUV 55.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 20 66 96 0.79 0.31 0 0.62 203.68 0.66 0.23
Hex 14 42 60 4F 1F 0 3E CC 42 17
Octal 24 102 140 117 37 0 76 314 102 27
Binary 10100 1000010 1100000 1001111 11111 0 111110 11001100 1000010 10111

Color Harmonies of #144260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144260

Black with #144260

Text Example


Text Example

White with #144260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144260; }

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

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

background-color css

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

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

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

border-color css

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

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

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