Html Css Color HEX #144367 Regal Blue

📋 copy color: '#144367'

red 20 ◦ green 67 ◦ blue 103

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

Shades of Regal Blue #144367

Tints of Regal Blue #144367

RGB

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

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

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

R = 10.53%
G = 35.26%
B = 54.21%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#144367 (or 0x144367) is known color: Regal Blue. HEX triplet: 14, 43 and 67. RGB value is (20,67,103). Sum of RGB (Red+Green+Blue) = 20+67+103=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #144367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144367 is #EBBC98. Grayscale: #383838. Windows color (decimal): -15449241 or 6767380. OLE color: 6767380.

HSL color Cylindrical-coordinate representation of color #144367: hue angle of 206.02º 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 #144367 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 67 103 -
CMYK 0.81 0.35 0 0.60
HSL 206.02º 0.67% 0.24% -
HSV(B) 206.02º 0.81% 0.4% -
XYZ 4.74 5.14 13.57 -
YUV 57.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 20 67 103 0.81 0.35 0 0.60 206.02 0.67 0.24
Hex 14 43 67 51 23 0 3C CE 43 18
Octal 24 103 147 121 43 0 74 316 103 30
Binary 10100 1000011 1100111 1010001 100011 0 111100 11001110 1000011 11000

Color Harmonies of #144367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144367

Black with #144367

Text Example


Text Example

White with #144367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144367; }

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

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

background-color css

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

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

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

border-color css

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

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

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