Html Css Color HEX #144369 Regal Blue

📋 copy color: '#144369'

red 20 ◦ green 67 ◦ blue 105

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

Shades of Regal Blue #144369

Tints of Regal Blue #144369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 10.42%
G = 34.9%
B = 54.69%

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

#144369 (or 0x144369) is known color: Regal Blue. HEX triplet: 14, 43 and 69. RGB value is (20,67,105). Sum of RGB (Red+Green+Blue) = 20+67+105=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #144369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144369 is #EBBC96. Grayscale: #393939. Windows color (decimal): -15449239 or 6898452. OLE color: 6898452.

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

Color convert

RGB 20 67 105 -
CMYK 0.81 0.36 0 0.59
HSL 206.82º 0.68% 0.25% -
HSV(B) 206.82º 0.81% 0.41% -
XYZ 4.85 5.18 14.11 -
YUV 57.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 20 67 105 0.81 0.36 0 0.59 206.82 0.68 0.25
Hex 14 43 69 51 24 0 3B CF 44 19
Octal 24 103 151 121 44 0 73 317 104 31
Binary 10100 1000011 1101001 1010001 100100 0 111011 11001111 1000100 11001

Color Harmonies of #144369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144369

Black with #144369

Text Example


Text Example

White with #144369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144369; }

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

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

background-color css

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

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

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

border-color css

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

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

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