Html Css Color HEX #144368 Regal Blue

📋 copy color: '#144368'

red 20 ◦ green 67 ◦ blue 104

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

Shades of Regal Blue #144368

Tints of Regal Blue #144368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 104 (41.02% from 255) = 54.45%

R = 10.47%
G = 35.08%
B = 54.45%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#144368 (or 0x144368) is known color: Regal Blue. HEX triplet: 14, 43 and 68. RGB value is (20,67,104). Sum of RGB (Red+Green+Blue) = 20+67+104=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #144368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144368 is #EBBC97. Grayscale: #383838. Windows color (decimal): -15449240 or 6832916. OLE color: 6832916.

HSL color Cylindrical-coordinate representation of color #144368: hue angle of 206.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144368 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 67 104 -
CMYK 0.81 0.36 0 0.59
HSL 206.43º 0.68% 0.24% -
HSV(B) 206.43º 0.81% 0.41% -
XYZ 4.79 5.16 13.84 -
YUV 57.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 20 67 104 0.81 0.36 0 0.59 206.43 0.68 0.24
Hex 14 43 68 51 24 0 3B CE 44 18
Octal 24 103 150 121 44 0 73 316 104 30
Binary 10100 1000011 1101000 1010001 100100 0 111011 11001110 1000100 11000

Color Harmonies of #144368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144368

Black with #144368

Text Example


Text Example

White with #144368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144368; }

 p { color: rgb(20,67,104); }

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

background-color css

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

 a { background-color: rgb(20,67,104); }

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

border-color css

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

 span { border-color: rgb(20,67,104); }

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