Html Css Color HEX #144167 Regal Blue

📋 copy color: '#144167'

red 20 ◦ green 65 ◦ blue 103

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

Shades of Regal Blue #144167

Tints of Regal Blue #144167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 10.64%
G = 34.57%
B = 54.79%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#144167 (or 0x144167) is known color: Regal Blue. HEX triplet: 14, 41 and 67. RGB value is (20,65,103). Sum of RGB (Red+Green+Blue) = 20+65+103=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #144167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144167 is #EBBE98. Grayscale: #373737. Windows color (decimal): -15449753 or 6766868. OLE color: 6766868.

HSL color Cylindrical-coordinate representation of color #144167: hue angle of 207.47º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144167 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 65 103 -
CMYK 0.81 0.37 0 0.60
HSL 207.47º 0.67% 0.24% -
HSV(B) 207.47º 0.81% 0.4% -
XYZ 4.63 4.91 13.54 -
YUV 55.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 20 65 103 0.81 0.37 0 0.60 207.47 0.67 0.24
Hex 14 41 67 51 25 0 3C CF 43 18
Octal 24 101 147 121 45 0 74 317 103 30
Binary 10100 1000001 1100111 1010001 100101 0 111100 11001111 1000011 11000

Color Harmonies of #144167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144167

Black with #144167

Text Example


Text Example

White with #144167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144167; }

 p { color: rgb(20,65,103); }

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

background-color css

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

 a { background-color: rgb(20,65,103); }

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

border-color css

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

 span { border-color: rgb(20,65,103); }

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