Html Css Color HEX #143E67 Regal Blue

📋 copy color: '#143E67'

red 20 ◦ green 62 ◦ blue 103

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

Shades of Regal Blue #143E67

Tints of Regal Blue #143E67

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

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

R = 10.81%
G = 33.51%
B = 55.68%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#143E67 (or 0x143E67) is known color: Regal Blue. HEX triplet: 14, 3E and 67. RGB value is (20,62,103). Sum of RGB (Red+Green+Blue) = 20+62+103=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #143E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E67 is #EBC198. Grayscale: #353535. Windows color (decimal): -15450521 or 6766100. OLE color: 6766100.

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

Color convert

RGB 20 62 103 -
CMYK 0.81 0.40 0 0.60
HSL 209.64º 0.67% 0.24% -
HSV(B) 209.64º 0.81% 0.4% -
XYZ 4.46 4.57 13.48 -
YUV 54.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 20 62 103 0.81 0.40 0 0.60 209.64 0.67 0.24
Hex 14 3E 67 51 28 0 3C D2 43 18
Octal 24 76 147 121 50 0 74 322 103 30
Binary 10100 111110 1100111 1010001 101000 0 111100 11010010 1000011 11000

Color Harmonies of #143E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E67

Black with #143E67

Text Example


Text Example

White with #143E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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